Skip to content

Commit 1721d5b

Browse files
committed
fix: use zod
1 parent 5a4cda1 commit 1721d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TopQueries/TopQueries.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const b = cn('kv-top-queries');
3333
const QueryModeIds = {
3434
top: 'top',
3535
running: 'running',
36-
};
36+
} as const;
3737

3838
const QUERY_MODE_OPTIONS: RadioButtonOption[] = [
3939
{

0 commit comments

Comments
 (0)