Skip to content

Commit

Permalink
fix(pat modal): Update prependContent selector to avoid duplicated …
Browse files Browse the repository at this point in the history
…messages in modal.
  • Loading branch information
petschki committed Jul 18, 2024
1 parent 344d0d1 commit 020a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pat/modal/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default Base.extend({
content: "#content",
automaticallyAddButtonActions: true,
loadLinksWithinModal: true,
prependContent: ".portalMessage, #global_statusmessage",
prependContent: ".portalMessage",
onRender: null,
templateOptions: {
className: "modal fade",
Expand Down

0 comments on commit 020a943

Please sign in to comment.