Merge branch 'MDL-78478-master' of https://github.com/dasistwas/moodle

This commit is contained in:
Andrew Nicols
2023-06-15 09:55:50 +08:00
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));
}