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')"