From 7e5c6a80c8b03e0b330700750567dd2e08c13a1d Mon Sep 17 00:00:00 2001 From: Hatton Date: Fri, 29 Nov 2024 09:16:03 -0700 Subject: [PATCH] chore: Allow storybook Controls to work in control bar They don't work if you specify the values --- src/stories/controlBarInteractionl.stories.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/stories/controlBarInteractionl.stories.tsx b/src/stories/controlBarInteractionl.stories.tsx index f91ec42..ada2979 100644 --- a/src/stories/controlBarInteractionl.stories.tsx +++ b/src/stories/controlBarInteractionl.stories.tsx @@ -15,8 +15,6 @@ const Template: StoryFn = (args) => ( = (args) => ( new LangData("frenchy", "fr"), ]} activeLanguageCode="fr" - canGoBack={true} preferredLanguages={["en", "fr"]} /> );