Skip to content

Commit f74471f

Browse files
committed
fix: typo
1 parent a555d32 commit f74471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/executeTopQueries/executeTopQueries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {getFiltersConditions} from './utils';
1010

1111
const initialState: TopQueriesFilters = {};
1212

13-
const QUERY_TECHNICAL_MARK = '/*UX-QUERY-EXCLUDE*/';
13+
const QUERY_TECHNICAL_MARK = '/*UI-QUERY-EXCLUDE*/';
1414

1515
const slice = createSlice({
1616
name: 'executeTopQueries',

0 commit comments

Comments
 (0)