Skip to content

Commit

Permalink
#10444 Remove unexpected comma on ConfirmationModalHandler.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Oct 9, 2024
1 parent 05f3a95 commit 828fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/controllers/modal/ConfirmationModalHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
message: options.dialogText,
actions: [],
closeLegacyHandler: this.callbackWrapper(this.modalClose),
modalStyle: options.modalStyle,
modalStyle: options.modalStyle
};

if (options.okButton) {
Expand Down

0 comments on commit 828fade

Please sign in to comment.