Browse Source

Update packages/web/src/components/CommandPalette/index.tsx

Co-authored-by: Copilot <[email protected]>
pull/781/head
Dan Ditomaso 11 months ago
committed by GitHub
parent
commit
4d1c634e52
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/src/components/CommandPalette/index.tsx

2
packages/web/src/components/CommandPalette/index.tsx

@ -194,7 +194,7 @@ export const CommandPalette = () => {
icon: HardDriveUpload,
action() {
connection?.enterDfuMode()
}
},
},
{
label: t("contextual.command.resetNodeDb"),

Loading…
Cancel
Save