diff --git a/app/Filament/Resources/ProductionLineStopResource.php b/app/Filament/Resources/ProductionLineStopResource.php index 265ca57..4ea055d 100644 --- a/app/Filament/Resources/ProductionLineStopResource.php +++ b/app/Filament/Resources/ProductionLineStopResource.php @@ -268,6 +268,7 @@ class ProductionLineStopResource extends Resource Forms\Components\DateTimePicker::make('from_datetime') ->label('From DateTime') ->required() + ->before('to_datetime') ->reactive() // ->closeOnDateSelection() ->afterStateUpdated(fn ($state, callable $set, callable $get) =>