From 19632fde7996b9e9c46f3add547c7754a13de492 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 4 Sep 2026 14:56:32 +0530 Subject: [PATCH] Added unwanted space in panel check list --- app/Livewire/PanelCheckList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Livewire/PanelCheckList.php b/app/Livewire/PanelCheckList.php index 99e6eb7..5156838 100644 --- a/app/Livewire/PanelCheckList.php +++ b/app/Livewire/PanelCheckList.php @@ -402,6 +402,7 @@ public $records = []; $mail = Mail::to($mailRule->email); + if (!empty($mailRule->cc_emails)) { $ccEmails = array_filter( array_map('trim', explode(',', $mailRule->cc_emails)) -- 2.49.1