fix(nc-gui): some mini sidebar related changes

This commit is contained in:
Ramesh Mane
2025-05-28 09:42:15 +00:00
parent ae0b531d16
commit 9a4623ce49
14 changed files with 401 additions and 204 deletions

View File

@@ -13,7 +13,6 @@ import {
} from 'nocodb-sdk'
import type { CheckboxChangeEvent } from 'ant-design-vue/es/checkbox/interface'
import { srcDestMappingColumns, tableColumns } from './utils'
import { NcCheckbox } from '#components'
interface Props {
quickImportType: 'csv' | 'excel' | 'json'