Skip to content

Commit

Permalink
Removing message text in the examples section (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <nallamsa@amazon.com>
  • Loading branch information
AbhishekReddy1127 authored Feb 13, 2023
1 parent cd9a88a commit de57ba4
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 de57ba4

Please sign in to comment.