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 3c729c6 commit 562aafc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sbb-dialog/sbb-dialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const negative: InputType = {
},
};

const ariaLabel: InputType = {
const accessibilityLabel: InputType = {
control: {
type: 'text',
},
Expand Down Expand Up @@ -95,7 +95,7 @@ const basicArgTypes: ArgTypes = {
'title-level': titleLevel,
'title-back-button': titleBackButton,
negative,
'aria-label': ariaLabel,
'accessibility-label': accessibilityLabel,
'accessibility-close-label': accessibilityCloseLabel,
'accessibility-back-label': accessibilityBackLabel,
'disable-animation': disableAnimation,
Expand All @@ -107,7 +107,7 @@ const basicArgs: Args = {
'title-level': undefined,
'title-back-button': true,
negative: false,
'aria-label': undefined,
'accessibility-label': undefined,
'accessibility-close-label': undefined,
'accessibility-back-label': undefined,
'disable-animation': isChromatic(),
Expand Down

0 comments on commit 562aafc

Please sign in to comment.