This commit is contained in:
Lance Pioch 2024-04-21 21:06:21 -04:00
parent 53ad87a349
commit a9a18464dd

View File

@ -109,8 +109,10 @@ class EggResource extends Resource
->relationship('variables')
->name('name')
->columns(2)
->reorderable()->reorderableWithDragAndDrop()
->collapsible()->collapsed()
->reorderable()
// ->reorderableWithDragAndDrop()
->collapsible()
->collapsed()
->columnSpan(2)
->itemLabel(fn (array $state) => $state['name'])
->schema([