Skip to content

Commit

Permalink
Merge pull request #142 from sumocoders/toast-js
Browse files Browse the repository at this point in the history
Use separate wrapper for js toasts
  • Loading branch information
daphneslootmans authored Oct 2, 2024
2 parents 55caa42 + 08a7104 commit 330d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Framework/Flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function addFlash (message, type, delay = 10000) {
delay: delay,
id: toastId
})
app.mount('#toast-wrapper')
app.mount('#toast-wrapper-js')

return toastId
}

0 comments on commit 330d3f8

Please sign in to comment.