fix(nc-gui): add nocodb import option

This commit is contained in:
Ramesh Mane
2025-07-11 05:58:18 +00:00
parent 9d4af70350
commit d4de046bf2
4 changed files with 13 additions and 2 deletions

View File

@@ -9,12 +9,14 @@ const props = withDefaults(
titleClass?: string
class?: string
showLabel?: boolean
showNocoDbImport?: boolean
}>(),
{
variant: 'small',
titleClass: '',
class: '',
showLabel: false,
showNocoDbImport: false,
},
)