fix: make customer field optional in DelayedGoodForm schema
This commit is contained in:
parent
2b7535000a
commit
a9e10849fd
@ -89,8 +89,7 @@ public static function configure(Schema $schema): Schema
|
||||
->relationship('customer', 'name')
|
||||
->searchable()
|
||||
->preload()
|
||||
->native(false)
|
||||
->required(),
|
||||
->native(false),
|
||||
])
|
||||
->columnSpanFull(),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user