Fix pint issue

This commit is contained in:
Lance Pioch 2024-05-05 15:14:04 -04:00
parent 52026ca9e4
commit abbf2038a7

View File

@ -175,8 +175,8 @@ class CreateEgg extends CreateRecord
->schema([
Forms\Components\Hidden::make('copy_script_from'),
//->placeholder('None')
//->relationship('scriptFrom', 'name', ignoreRecord: true),
//->placeholder('None')
//->relationship('scriptFrom', 'name', ignoreRecord: true),
Forms\Components\TextInput::make('script_container')
->required()