Skip to content

Commit

Permalink
doc: change default values
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Sep 11, 2024
1 parent 34cf9d9 commit 7936a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/components/AppSidebar/AppSidebarFooter.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const Default = {
noHelp: false,
noRemoveAll: false,
noSignOut: true,
noSettings: true,
noKeyboardShortcuts: true
noSettings: false,
noKeyboardShortcuts: false
}
}

Expand Down

0 comments on commit 7936a0c

Please sign in to comment.