This commit is contained in:
notCharles 2024-07-05 18:24:07 -04:00
parent 7557dc1c8d
commit 212c93c2ba

View File

@ -64,8 +64,7 @@ class EditDatabaseHost extends EditRecord
->helperText('The password for the database user.') ->helperText('The password for the database user.')
->password() ->password()
->revealable() ->revealable()
->maxLength(255) ->maxLength(255),
->required(),
Select::make('node_id') Select::make('node_id')
->searchable() ->searchable()
->preload() ->preload()