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 8ceb8d3 commit 9aa4199Copy full SHA for 9aa4199
2 files changed
apps/webapp/app/components/metrics/ModelsFilter.tsx
@@ -16,7 +16,7 @@ import { tablerIcons } from "~/utils/tablerIcons";
16
import tablerSpritePath from "~/components/primitives/tabler-sprite.svg";
17
import { AnthropicLogoIcon } from "~/assets/icons/AnthropicLogoIcon";
18
19
-const shortcut = { key: "l" };
+const shortcut = { key: "m" };
20
21
export type ModelOption = {
22
model: string;
apps/webapp/app/components/metrics/OperationsFilter.tsx
@@ -13,7 +13,7 @@ import {
13
import { useSearchParams } from "~/hooks/useSearchParam";
14
import { appliedSummary, FilterMenuProvider } from "~/components/runs/v3/SharedFilters";
15
-const shortcut = { key: "n" };
+const shortcut = { key: "o" };
interface OperationsFilterProps {
possibleOperations: string[];
0 commit comments