BigW Consortium Gitlab

Commit 1df144dc by Fatih Acet Committed by DJ Mountney

Merge branch '27220-jqxhr-responsejson-message-is-undefined-in-safari' into 'master'

Prevent form to be submitted twice Closes #27220 See merge request !8825
parent 152ff65e
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
} }
onSubmitForm(e) { onSubmitForm(e) {
e.preventDefault();
return this.saveForm(); return this.saveForm();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment