diff --git a/app/Filament/Pages/StickerReprint.php b/app/Filament/Pages/StickerReprint.php index 1de8b86..6f28f6d 100644 --- a/app/Filament/Pages/StickerReprint.php +++ b/app/Filament/Pages/StickerReprint.php @@ -314,7 +314,7 @@ class StickerReprint extends Page implements HasForms TextInput::make('production_order') ->label('Production Order') ->reactive() - ->required() + //->required() //->columnSpan(1) ->columnSpan(['default' => 1, 'sm' => 1]) ->afterStateUpdated(function ($state, callable $get, callable $set): void {