Skip to content

Commit 4b39f13

Browse files
committed
Command Palette - Update story
1 parent 9f1e539 commit 4b39f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/CommandPalette.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Standard = (props?: Partial<Props>) => (
1111
<CommandPalette
1212
placeholder="Filter commands"
1313
onChange={action('ON CHANGE')}
14-
shortCut={['⌘', 'H']}
14+
shortCut={['⌘', 'M']}
1515
>
1616
<CommandButtonRow
1717
onClick={action('Run Cell')}

0 commit comments

Comments
 (0)