fix: responsive form builder

This commit is contained in:
Ramesh Mane
2026-03-10 16:58:34 +00:00
parent ac796ba4b4
commit fa9a25a6d3
5 changed files with 99 additions and 16 deletions

View File

@@ -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"
>