From dc87d16f59f218dc7a98f71da7238d251ab8c2b7 Mon Sep 17 00:00:00 2001 From: chajun <86579954+chpalac@users.noreply.github.com> Date: Wed, 8 Jun 2022 03:24:57 -0300 Subject: [PATCH] chore: move toolbar stories to preview components (#23446) --- .../react-toolbar/src/stories/Toolbar.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/react-toolbar/src/stories/Toolbar.stories.tsx b/packages/react-components/react-toolbar/src/stories/Toolbar.stories.tsx index 355443bb1885c5..72c27b40e033b0 100644 --- a/packages/react-components/react-toolbar/src/stories/Toolbar.stories.tsx +++ b/packages/react-components/react-toolbar/src/stories/Toolbar.stories.tsx @@ -11,7 +11,7 @@ export { WithPopover } from './ToolbarWithPopover.stories'; export { Subtle } from './ToolbarSubtle.stories'; export default { - title: 'Components/Toolbar', + title: 'Preview Components/Toolbar', component: Toolbar, parameters: { docs: {