diff --git a/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue b/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue index 2bb880314..ed1f7d8c9 100644 --- a/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue +++ b/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue @@ -330,7 +330,7 @@ }, optionSaveButton(row) { this.$refs['fas-b-modal-upload-file'].hide(); - row.AUTH_SOURCE_UID = ""; + row.AUTH_SOURCE_UID = this.form.uid; let form = this.rowToForm(row); this.load(form); },