diff --git a/src/pages/Stream/components/Querier/index.tsx b/src/pages/Stream/components/Querier/index.tsx index 13451114..4fa3f0ba 100644 --- a/src/pages/Stream/components/Querier/index.tsx +++ b/src/pages/Stream/components/Querier/index.tsx @@ -180,7 +180,7 @@ const Querier = () => { onFiltersApply({ isUncontrolled: true }); } - if (allValues.length === 0) { + if (allValues.length === 0 && activeMode !== 'sql') { onClear(); } }