TF-3735 Add clearer warning dialog when sending message with Reply-To but no recipients

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-23 01:30:47 +07:00
committed by Dat H. Pham
parent 1be0b53d6c
commit 764c6aab05
@@ -753,8 +753,7 @@ class ComposerController extends BaseController
void updateStatusEmailSendButton() {
if (listToEmailAddress.isNotEmpty
|| listCcEmailAddress.isNotEmpty
|| listBccEmailAddress.isNotEmpty
|| listReplyToEmailAddress.isNotEmpty) {
|| listBccEmailAddress.isNotEmpty) {
isEnableEmailSendButton.value = true;
} else {
isEnableEmailSendButton.value = false;