Prevent form to be submitted twice
This commit is contained in:
parent
9d7999242d
commit
6d96e83cfd
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
}
|
||||
|
||||
onSubmitForm(e) {
|
||||
e.preventDefault();
|
||||
return this.saveForm();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue