Skip to content

Commit

Permalink
just minor key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Dec 23, 2024
1 parent 98a4a80 commit 7851d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Assets/AssetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ const AssetsList = () => {
type: "text" as const,
placeholder: "Search by Name / Serial no. / QR code ID",
value: qParams.search || "",
shortcutKey: "f",
shortcutKey: "n",
},
]}
className="w-full"
Expand Down

0 comments on commit 7851d0e

Please sign in to comment.