document email send styling

This commit is contained in:
Cüneyt Şentürk 2024-11-22 19:25:03 +00:00
parent 68e576e60d
commit 031de95f5b
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@
</td>
</tr>
</tbody>
</table>
</table>

View File

@ -23,7 +23,7 @@
'key' => 'email',
'value' => 'email'
]"
:selected="[$invoice->contact->email]"
:selected="$invoice->contact?->email ? [$invoice->contact->email]: []"
without-remote
without-add-new
multiple