chore: Minor fix
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user