Skip to content

Commit

Permalink
chore(storybook/Dialog): Rename of the dialog title (segmentio#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkamakura authored and Matt Shwery committed Jul 5, 2019
1 parent 51d0277 commit 52be0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/stories/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ storiesOf('dialog', module)
isShown={isShown}
shouldCloseOnOverlayClick={false}
shouldCloseOnEscapePress={false}
title="Dialog with Internal Scrolling"
title="Dialog with overlay and escape key disabled"
onCloseComplete={hide}
onCancel={close => {
console.log('You canceled')
Expand Down

0 comments on commit 52be0d0

Please sign in to comment.