This commit is contained in:
@@ -40,7 +40,12 @@ defineExpose({ dialogRef, contactsFormRef, onSuccess });
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Dialog ref="dialogRef" width="3xl" @confirm="handleDialogConfirm">
|
<Dialog
|
||||||
|
ref="dialogRef"
|
||||||
|
width="3xl"
|
||||||
|
overflow-y-auto
|
||||||
|
@confirm="handleDialogConfirm"
|
||||||
|
>
|
||||||
<ContactsForm
|
<ContactsForm
|
||||||
ref="contactsFormRef"
|
ref="contactsFormRef"
|
||||||
is-new-contact
|
is-new-contact
|
||||||
|
|||||||
Reference in New Issue
Block a user