mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Fix pint issue
This commit is contained in:
parent
52026ca9e4
commit
abbf2038a7
@ -175,8 +175,8 @@ class CreateEgg extends CreateRecord
|
|||||||
->schema([
|
->schema([
|
||||||
|
|
||||||
Forms\Components\Hidden::make('copy_script_from'),
|
Forms\Components\Hidden::make('copy_script_from'),
|
||||||
//->placeholder('None')
|
//->placeholder('None')
|
||||||
//->relationship('scriptFrom', 'name', ignoreRecord: true),
|
//->relationship('scriptFrom', 'name', ignoreRecord: true),
|
||||||
|
|
||||||
Forms\Components\TextInput::make('script_container')
|
Forms\Components\TextInput::make('script_container')
|
||||||
->required()
|
->required()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user