diff --git a/packages/web/components/templates/KeyboardShortcutListModal.tsx b/packages/web/components/templates/KeyboardShortcutListModal.tsx index 69cc4a2a1..ada10ee92 100644 --- a/packages/web/components/templates/KeyboardShortcutListModal.tsx +++ b/packages/web/components/templates/KeyboardShortcutListModal.tsx @@ -178,7 +178,14 @@ export function KeyboardShortcutListModal( > { + return { + shortcutKeys: action.shortcut ?? [], + callback: () => {}, + actionDescription: action.name, + shortcutKeyDescription: (action.shortcut ?? []).join(','), + } + })} />