diff --git a/.storybook/manager.ts b/.storybook/manager.ts index 7d061ff8760..4bf4991609a 100644 --- a/.storybook/manager.ts +++ b/.storybook/manager.ts @@ -11,8 +11,6 @@ addons.register("theme-next-addon", () => { title: "Theme next toolbar", //👇 Sets the type of UI element in Storybook type: types.TOOL, - //👇 Shows the Toolbar UI element if either the Canvas or Docs tab is active - match: ({ viewMode }) => !!(viewMode && viewMode.match(/^(story|docs)$/)), render: ThemeNextToolbar, }); });