MDL-78478 forms: Fix repeated elements in dynamic forms

This commit is contained in:
David Bogner
2023-06-14 15:30:32 +02:00
parent 76fe404dd5
commit c461b4d8fc
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -247,7 +247,7 @@ export default class DynamicForm {
this.disableButtons();
this.getBody(formData.toString())
.then(this.updateForm)
.then(resp => this.updateForm(resp))
.then(pendingPromise.resolve)
.catch(exception => this.onSubmitError(exception));
}