Skip to content

Commit

Permalink
Fix successHook() tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 11, 2024
1 parent a4b2402 commit f4ce337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/snippets/_form_handler.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
this.$refs.form.reset()
this.success = true
this.submitted = false
this.succesHook()
this.successHook()
setTimeout(() => {
this.success = false
}, 4500)
Expand Down

0 comments on commit f4ce337

Please sign in to comment.