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.')
->password()
->revealable()
->maxLength(255)
->required(),
->maxLength(255),
Select::make('node_id')
->searchable()
->preload()