This isn’t required

This commit is contained in:
Lance Pioch 2024-04-11 11:31:25 -04:00
parent f9b93f284c
commit 203289fd38

View File

@ -137,8 +137,7 @@ class ServerResource extends Resource
Forms\Components\TextInput::make('image') Forms\Components\TextInput::make('image')
->label('Docker Image') ->label('Docker Image')
->placeholder('Or enter a custom Image...') ->placeholder('Or enter a custom Image...')
->columnSpan(2) ->columnSpan(2),
->required(),
Forms\Components\Fieldset::make('Application Feature Limits') Forms\Components\Fieldset::make('Application Feature Limits')
->inlineLabel() ->inlineLabel()