chore: Minor fix

This commit is contained in:
iamsivin
2024-11-12 22:38:49 +05:30
parent 3f608ece5a
commit b75afc2b29
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ defineExpose({ dialogRef });
<template #form>
<ContactsForm is-new-contact @update="createNewContact" />
</template>
<template #actions>
<template #footer>
<div class="flex items-center justify-between w-full gap-3">
<Button
:label="t('DIALOG.BUTTONS.CANCEL')"
@@ -108,7 +108,7 @@ defineExpose({ open, close });
<slot name="form">
<!-- Form content will be injected here -->
</slot>
<slot name="actions">
<slot name="footer">
<div class="flex items-center justify-between w-full gap-3">
<Button
v-if="showCancelButton"