diff --git a/app/Filament/Resources/AlertMailRuleResource/Pages/EditAlertMailRule.php b/app/Filament/Resources/AlertMailRuleResource/Pages/EditAlertMailRule.php index b7b6b304a..d35391dfb 100644 --- a/app/Filament/Resources/AlertMailRuleResource/Pages/EditAlertMailRule.php +++ b/app/Filament/Resources/AlertMailRuleResource/Pages/EditAlertMailRule.php @@ -14,7 +14,7 @@ class EditAlertMailRule extends EditRecord { //dd('test'); if ($data['is_active']) { - $data['plant'] = 'All Plants'; + $data['plant'] = 0; } return $data; }