diff --git a/src/components/Menu/Menu.stories.args.ts b/src/components/Menu/Menu.stories.args.ts index 75f482cc07..8678c4d845 100644 --- a/src/components/Menu/Menu.stories.args.ts +++ b/src/components/Menu/Menu.stories.args.ts @@ -114,15 +114,15 @@ export default { }, }, }, - 'aria-labelledby': { + 'ariaLabelledby': { description: - 'The ariaLabelledby is used to provide an aria-labelledby for the nested menu items inside menu', + 'The aria-labelledby for the menu wrapper', control: { type: 'text' }, table: { type: { summary: 'string', }, - defaultValue: 'menu-label', + defaultValue: 'undefined', }, }, };