MDL-78478 forms: Fix repeated elements in dynamic forms

This commit is contained in:
David Bogner
2023-06-14 15:39:05 +02:00
parent 8c989335be
commit 9113605691
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));
}