Skip to content

Commit

Permalink
Remove "experimental" from Storybook id + redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Dec 23, 2024
1 parent f334028 commit 5673be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/menu/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ContextSystemProvider } from '../../context';
import type { MenuProps } from '../types';

const meta: Meta< typeof Menu > = {
id: 'components-experimental-menu',
id: 'components-menu',
title: 'Components (Experimental)/Actions/Menu',
component: Menu,
subcomponents: {
Expand Down
1 change: 1 addition & 0 deletions storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'boxcontrol',
'customselectcontrol-v2',
'dimensioncontrol',
'menu',
'navigation',
'navigator',
'progressbar',
Expand Down

0 comments on commit 5673be5

Please sign in to comment.