fix: use global
This commit is contained in:
parent
538587508e
commit
9ffe08a13b
@ -68,6 +68,7 @@
|
||||
/>
|
||||
</template>
|
||||
<script setup>
|
||||
import { globalStore } from '@/stores/global'
|
||||
import {
|
||||
ListView,
|
||||
ListHeader,
|
||||
@ -103,6 +104,8 @@ const emit = defineEmits(['loadMore', 'showEmailTemplate', 'reload'])
|
||||
|
||||
const pageLengthCount = defineModel()
|
||||
|
||||
const { $dialog } = globalStore()
|
||||
|
||||
function deleteEmailTemplate(selections, unselectAll) {
|
||||
let title = 'Delete email template'
|
||||
let message = 'Are you sure you want to delete this email template?'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user