Skip to content

Commit

Permalink
feat: updated stories args with the correct props
Browse files Browse the repository at this point in the history
  • Loading branch information
asmuthuk authored and chburket committed Aug 15, 2024
1 parent 3dc411b commit 47ca1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Menu/Menu.stories.args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
};

0 comments on commit 47ca1b7

Please sign in to comment.