fix: hide section header if label is not set

This commit is contained in:
Shariq Ansari 2025-01-02 15:29:32 +05:30
parent f8a9605bea
commit 24d60c9f12

View File

@ -10,6 +10,7 @@
<Section <Section
labelClass="px-2 font-semibold" labelClass="px-2 font-semibold"
:label="section.label" :label="section.label"
:hideLabel="!section.label"
:opened="section.opened" :opened="section.opened"
> >
<template v-if="!preview" #actions> <template v-if="!preview" #actions>