Skip to content

Commit b6dd219

Browse files
authored
Merge pull request #392 from tapdata/fix/TAP-6181--mongodb-ssl
fix: form data backfill is invalid
2 parents 3b83568 + 3689092 commit b6dd219

File tree

1 file changed

+4
-0
lines changed
  • packages/business/src/views/external-storage

1 file changed

+4
-0
lines changed

packages/business/src/views/external-storage/List.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ export default {
398398
}
399399
this.$nextTick(() => {
400400
this.$refs?.form?.clearValidate()
401+
402+
if (this.form.type === 'mongodb') {
403+
this.$refs.schemaToForm?.getForm().setValues(this.form)
404+
}
401405
})
402406
},
403407
submit() {

0 commit comments

Comments
 (0)