MDL-78478 forms: Fix repeated elements in dynamic forms
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user