diff --git a/resources/js/components/GraphqlMutation.vue b/resources/js/components/GraphqlMutation.vue index 036b3ae9e..e1873369c 100644 --- a/resources/js/components/GraphqlMutation.vue +++ b/resources/js/components/GraphqlMutation.vue @@ -201,7 +201,7 @@ export default { if (this.redirect) { if (this.notify.message) { document.addEventListener( - 'turbo:load', + 'vue:loaded', () => { Notify(this.notify.message, this.notify.type ?? 'success') },