From 7936a0cdc81cf5efbb54b246f468a47bf0d4cea5 Mon Sep 17 00:00:00 2001 From: Pierre Romera Date: Wed, 11 Sep 2024 16:49:11 +0000 Subject: [PATCH] doc: change default values --- src/stories/components/AppSidebar/AppSidebarFooter.stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stories/components/AppSidebar/AppSidebarFooter.stories.js b/src/stories/components/AppSidebar/AppSidebarFooter.stories.js index 461c85d4ae..250f6fff3b 100644 --- a/src/stories/components/AppSidebar/AppSidebarFooter.stories.js +++ b/src/stories/components/AppSidebar/AppSidebarFooter.stories.js @@ -55,8 +55,8 @@ export const Default = { noHelp: false, noRemoveAll: false, noSignOut: true, - noSettings: true, - noKeyboardShortcuts: true + noSettings: false, + noKeyboardShortcuts: false } }