mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 01:34:45 +02:00
Fix #164 and bypass the casting issue
https://github.com/filamentphp/filament/issues/12116#issuecomment-2097408424
This commit is contained in:
parent
f17ac6ffac
commit
6468f85cb0
@ -69,6 +69,7 @@ class EditEgg extends EditRecord
|
|||||||
->helperText('Not implemented.')
|
->helperText('Not implemented.')
|
||||||
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
|
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
|
||||||
Forms\Components\KeyValue::make('docker_images')
|
Forms\Components\KeyValue::make('docker_images')
|
||||||
|
->live()
|
||||||
->columnSpanFull()
|
->columnSpanFull()
|
||||||
->required()
|
->required()
|
||||||
->addActionLabel('Add Image')
|
->addActionLabel('Add Image')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user