fix: added + icon in Add Section button
This commit is contained in:
parent
2a253a1d69
commit
756b24038a
@ -112,9 +112,13 @@
|
|||||||
variant="outline"
|
variant="outline"
|
||||||
:label="__('Add Section')"
|
:label="__('Add Section')"
|
||||||
@click="
|
@click="
|
||||||
sections.push({ label: 'New Section', opened: true, fields: [] })
|
sections.push({ label: __('New Section'), opened: true, fields: [] })
|
||||||
"
|
"
|
||||||
/>
|
>
|
||||||
|
<template #prefix>
|
||||||
|
<FeatherIcon name="plus" class="h-4" />
|
||||||
|
</template>
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user