Skip to content

Commit

Permalink
add storybook story
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Nov 22, 2023
1 parent 57312d0 commit cdbea1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/lib/components/CommandBar/CommandBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,13 @@ export function Actions(): JSX.Element {

return <CommandBar />
}

export function Shortcuts(): JSX.Element {
const { setCommandBar } = useActions(commandBarLogic)

useEffect(() => {
setCommandBar(BarStatus.SHOW_SHORTCUTS)
}, [])

return <CommandBar />
}

0 comments on commit cdbea1f

Please sign in to comment.