We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a555d32 commit f74471fCopy full SHA for f74471f
src/store/reducers/executeTopQueries/executeTopQueries.ts
@@ -10,7 +10,7 @@ import {getFiltersConditions} from './utils';
10
11
const initialState: TopQueriesFilters = {};
12
13
-const QUERY_TECHNICAL_MARK = '/*UX-QUERY-EXCLUDE*/';
+const QUERY_TECHNICAL_MARK = '/*UI-QUERY-EXCLUDE*/';
14
15
const slice = createSlice({
16
name: 'executeTopQueries',
0 commit comments