Skip to content

Commit

Permalink
Update CreateNode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar authored Jun 11, 2024
1 parent 693f86f commit e156c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/NodeResource/Pages/CreateNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public function form(Forms\Form $form): Forms\Form
false => 'success',
]),
Forms\Components\ToggleButtons::make('public')
->default(false)
->default(config('panel.client_features.allocations.enabled', false))
->columnSpan(1)
->label('Automatic Allocation')->inline()
->options([
Expand Down

0 comments on commit e156c7e

Please sign in to comment.