From 4586fc0d60bc0f3dfdde0c96a115bc074dddb583 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 13 May 2026 17:10:39 +0530 Subject: [PATCH] Removed unwanted space --- app/Filament/Pages/ProductionQuantityPage.php | 1 - 1 file changed, 1 deletion(-) 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' : '',