Skip to content

Commit 839323c

Browse files
samejrericallam
authored andcommitted
Fixes shortcuts conflict
1 parent fd54575 commit 839323c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/metrics/ProvidersFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { useSearchParams } from "~/hooks/useSearchParam";
1414
import { appliedSummary, FilterMenuProvider } from "~/components/runs/v3/SharedFilters";
1515

16-
const shortcut = { key: "v" };
16+
const shortcut = { key: "r" };
1717

1818
interface ProvidersFilterProps {
1919
possibleProviders: string[];

0 commit comments

Comments
 (0)