Skip to content

Commit

Permalink
Removing message text in the examples section (#237) (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <nallamsa@amazon.com>
(cherry picked from commit de57ba4)

Co-authored-by: Abhishek Reddy <62020972+AbhishekReddy1127@users.noreply.github.com>
Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent 31bf07a commit 29e4fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-docs/src/views/modal/confirm_modal_loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default () => {
onCancel={closeModal}
onConfirm={() => {
closeModal();
window.alert('Shame on you!');
}}
confirmButtonText="Delete"
cancelButtonText="Cancel"
Expand Down

0 comments on commit 29e4fb8

Please sign in to comment.