Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Oct 26, 2023
1 parent 562aafc commit 5c3862f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sbb-navigation/sbb-navigation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const playStoryWithSection = async ({ canvasElement }): Promise<void> => {
userEvent.click(actionS);
};

const accessibilityLabel: InputType = {
const ariaLabel: InputType = {
control: {
type: 'text',
},
Expand All @@ -66,13 +66,13 @@ const disableAnimation: InputType = {
};

const basicArgTypes: ArgTypes = {
'accessibility-label': accessibilityLabel,
'aria-label': ariaLabel,
'accessibility-close-label': accessibilityCloseLabel,
'disable-animation': disableAnimation,
};

const basicArgs: Args = {
'accessibility-label': undefined,
'aria-label': undefined,
'accessibility-close-label': undefined,
'disable-animation': isChromatic(),
};
Expand Down

0 comments on commit 5c3862f

Please sign in to comment.