mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 17:47:10 +00:00
fix(nc-gui): add nocodb import option
This commit is contained in:
@@ -9,12 +9,14 @@ const props = withDefaults(
|
||||
titleClass?: string
|
||||
class?: string
|
||||
showLabel?: boolean
|
||||
showNocoDbImport?: boolean
|
||||
}>(),
|
||||
{
|
||||
variant: 'small',
|
||||
titleClass: '',
|
||||
class: '',
|
||||
showLabel: false,
|
||||
showNocoDbImport: false,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user