Browse Source

fix(nc-gui): undefined baseId

pull/5164/head
Wing-Kam Wong 2 years ago
parent
commit
62c23b2114
  1. 2
      packages/nc-gui/components/dlg/QuickImport.vue

2
packages/nc-gui/components/dlg/QuickImport.vue

@ -31,7 +31,7 @@ interface Props {
importDataOnly?: boolean
}
const { importType, importDataOnly = false, ...rest } = defineProps<Props>()
const { importType, importDataOnly = false, baseId, ...rest } = defineProps<Props>()
const emit = defineEmits(['update:modelValue'])

Loading…
Cancel
Save