Skip to content

Commit

Permalink
[docs][material-ui][Dialog] Update confirmation dialog description (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Hutchinson committed Aug 28, 2024
1 parent 553b681 commit 5c93486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/dialogs/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function MyComponent() {
Confirmation dialogs require users to explicitly confirm their choice before an option is committed.
For example, users can listen to multiple ringtones but only make a final selection upon touching "OK".

Touching "Cancel" in a confirmation dialog, or pressing Back, cancels the action, discards any changes, and closes the dialog.
Touching "Cancel" in a confirmation dialog, cancels the action, discards any changes, and closes the dialog.

{{"demo": "ConfirmationDialog.js"}}

Expand Down

0 comments on commit 5c93486

Please sign in to comment.