Mail: Fix JS error selecting an account group that has an email address

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'find')
    at SearchMixin.ts:621:41
This commit is contained in:
nathan 2023-08-23 09:39:16 -06:00
parent 3897e84fcd
commit f39c3b83e4

View File

@ -3734,7 +3734,7 @@ class mail_compose
$args[] = $name;
$completeMailString = call_user_func_array('imap_rfc822_write_address', $args);
$results[] = array(
'id' => $completeMailString,
'value' => $completeMailString,
'label' => $completeMailString,
'name' => $name,
'title' => $group['account_email']