document email send styling
This commit is contained in:
parent
68e576e60d
commit
031de95f5b
|
|
@ -22,4 +22,4 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue