mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:26:43 +00:00
fix: responsive form builder
This commit is contained in:
@@ -6,6 +6,7 @@ const props = withDefaults(
|
||||
type?: string
|
||||
size?: NcButtonSize
|
||||
centered?: boolean
|
||||
innerClass?: string
|
||||
// isOpen: boolean
|
||||
}>(),
|
||||
{
|
||||
@@ -38,6 +39,7 @@ onMounted(() => {
|
||||
data-testid="nc-sidebar-create-base-btn"
|
||||
:size="size"
|
||||
:centered="centered"
|
||||
:inner-class="innerClass"
|
||||
full-width
|
||||
@click="baseCreateDlg = true"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user