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 5a4cda1 commit 1721d5bCopy full SHA for 1721d5b
src/containers/Tenant/Diagnostics/TopQueries/TopQueries.tsx
@@ -33,7 +33,7 @@ const b = cn('kv-top-queries');
33
const QueryModeIds = {
34
top: 'top',
35
running: 'running',
36
-};
+} as const;
37
38
const QUERY_MODE_OPTIONS: RadioButtonOption[] = [
39
{
0 commit comments