Skip to content

Commit

Permalink
Increase form success timeout length
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Oct 8, 2024
1 parent 19a9cfe commit 1d10516
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 @@ -33,7 +33,7 @@
setTimeout(() => {
this.success = false
}, 4500)
}, 10000)
},
submit() {
this.submitted = true
Expand Down

0 comments on commit 1d10516

Please sign in to comment.