Browse Source

fix: missing validation error after mapping columns

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1137/head
Wing-Kam Wong 3 years ago
parent
commit
0de80f1144
  1. 1
      packages/nc-gui/components/project/spreadsheet/components/importExport/columnMappingModal.vue

1
packages/nc-gui/components/project/spreadsheet/components/importExport/columnMappingModal.vue

@ -154,6 +154,7 @@ export default {
}
this.mappings.push(o)
}
this.$nextTick(()=> this.$refs.form.validate())
},
getIcon(uidt) {
return getUIDTIcon(uidt) || 'mdi-alpha-v-circle-outline'

Loading…
Cancel
Save