Commit 04e01b67 authored by Fatih Acet's avatar Fatih Acet

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

Prevent form to be submitted twice

Closes #27220

See merge request !8825
parents 6f76936c 6d96e83c
......@@ -36,6 +36,7 @@
}
onSubmitForm(e) {
e.preventDefault();
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