1
0
forked from test/crm

fix: also allow creating email template from listview

This commit is contained in:
Shariq Ansari 2024-01-26 18:46:42 +05:30
parent 2a5d4425d0
commit e190280b56

View File

@ -3,6 +3,11 @@
<template #left-header>
<Breadcrumbs :items="breadcrumbs" />
</template>
<template #right-header>
<Button variant="solid" label="Create" @click="showEmailTemplateModal = true">
<template #prefix><FeatherIcon name="plus" class="h-4" /></template>
</Button>
</template>
</LayoutHeader>
<ViewControls
v-model="emailTemplates"