Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 21, 2022
1 parent 17d55d4 commit 0585b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stories/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ const WithConfirmationKeyword = () => {
<Button
onClick={() =>
confirm({
description:
'This action is permanent. Please enter "DELETE" to confirm the action.',
confirmationKeyword: "DELETE",
}).then(confirmationAction)
}
Expand Down

0 comments on commit 0585b95

Please sign in to comment.