Add default for Automatic Allocation in CreateNode (#367)

* Update CreateNode.php
* Update app/Filament/Resources/NodeResource/Pages/CreateNode.php

Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
This commit is contained in:
MartinOscar 2024-06-11 18:21:51 +02:00 committed by GitHub
parent beac4cd3f6
commit 8e5660a1b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,6 +212,7 @@ class CreateNode extends CreateRecord
false => 'success',
]),
Forms\Components\ToggleButtons::make('public')
->default(true)
->columnSpan(1)
->label('Automatic Allocation')->inline()
->options([