Remove unique (#765)

This commit is contained in:
MartinOscar 2024-12-05 08:55:04 +01:00 committed by GitHub
parent 44b879215f
commit 8103ba6338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ class CreateDatabaseHost extends CreateRecord
Select::make('node_id')
->searchable()
->preload()
->unique()
->helperText('This setting only defaults to this database host when adding a database to a server on the selected node.')
->label('Linked Node')
->relationship('node', 'name'),

View File

@ -76,7 +76,6 @@ class EditDatabaseHost extends EditRecord
Select::make('node_id')
->searchable()
->preload()
->unique()
->helperText('This setting only defaults to this database host when adding a database to a server on the selected node.')
->label('Linked Node')
->relationship('node', 'name'),