Decision now support auto mailing
This commit is contained in:
@@ -350,6 +350,7 @@ const getTRRs = (p) => {
|
||||
@close="drawerAddEmail = false"
|
||||
:person="person"
|
||||
:types="types.email_types ?? []"
|
||||
:is-client-context="!!person?.client"
|
||||
/>
|
||||
<EmailUpdateForm
|
||||
:show="drawerAddEmail && editEmail"
|
||||
@@ -357,6 +358,7 @@ const getTRRs = (p) => {
|
||||
:person="person"
|
||||
:types="types.email_types ?? []"
|
||||
:id="editEmailId"
|
||||
:is-client-context="!!person?.client"
|
||||
/>
|
||||
|
||||
<!-- TRR dialogs -->
|
||||
|
||||
Reference in New Issue
Block a user