Skip to content

Commit

Permalink
fix(Modal): adds text to modalAriaLabel on story. (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi authored and asudoh committed Apr 15, 2019
1 parent c9c09b4 commit 7d80890
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Modal/Modal-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ const props = () => ({
),
modalHeading: text('Modal heading (modalHeading)', 'Modal heading'),
modalLabel: text('Optional label (modalLabel)', 'Label'),
modalAriaLabel: text('ARIA label (modalAriaLabel)', ''),
modalAriaLabel: text(
'ARIA label (modalAriaLabel)',
'A label to be read by screen readers on the modal root node'
),
primaryButtonText: text(
'Primary button text (primaryButtonText)',
'Primary Button'
Expand Down

0 comments on commit 7d80890

Please sign in to comment.