diff --git a/app/Filament/Resources/DelayedGoods/Schemas/DelayedGoodForm.php b/app/Filament/Resources/DelayedGoods/Schemas/DelayedGoodForm.php index 7d676ce..11739f6 100644 --- a/app/Filament/Resources/DelayedGoods/Schemas/DelayedGoodForm.php +++ b/app/Filament/Resources/DelayedGoods/Schemas/DelayedGoodForm.php @@ -89,8 +89,7 @@ public static function configure(Schema $schema): Schema ->relationship('customer', 'name') ->searchable() ->preload() - ->native(false) - ->required(), + ->native(false), ]) ->columnSpanFull(),