diff --git a/app/Filament/Pages/ProductionQuantityPage.php b/app/Filament/Pages/ProductionQuantityPage.php index 997027a..99e0898 100644 --- a/app/Filament/Pages/ProductionQuantityPage.php +++ b/app/Filament/Pages/ProductionQuantityPage.php @@ -291,7 +291,6 @@ class ProductionQuantityPage extends Page implements HasForms $machineId = $get('machine_id'); $this->mNam = $machineId; - }) ->extraAttributes(fn ($get) => [ // 'class' => $get('pqLineError') ? 'border-red-500' : '',