Skip to content

Commit

Permalink
- Sidebar menu is not open by default in navbar story.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias800 committed Sep 7, 2023
1 parent 6151845 commit 8778dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panels/src/components/nav-bar/NavBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
};

export const Demo: Story<Pick<NavBarProps, "variant">> = ({ variant }) => {
const [isOpen, open, close] = useBoolean(true);
const [isOpen, open, close] = useBoolean(false);
const onClick = () => {};

return (
Expand Down

0 comments on commit 8778dff

Please sign in to comment.