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 <[email protected]>
(cherry picked from commit de57ba4)
  • Loading branch information
AbhishekReddy1127 authored and github-actions[bot] committed Feb 13, 2023
1 parent 86e95f3 commit 453750c
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 453750c

Please sign in to comment.