Skip to content

Commit

Permalink
Update app/Filament/Resources/NodeResource/Pages/CreateNode.php
Browse files Browse the repository at this point in the history
Co-authored-by: Boy132 <[email protected]>
  • Loading branch information
RMartinOscar and Boy132 authored Jun 11, 2024
1 parent e156c7e commit 36a4fb8
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(config('panel.client_features.allocations.enabled', false))
->default(true)
->columnSpan(1)
->label('Automatic Allocation')->inline()
->options([
Expand Down

0 comments on commit 36a4fb8

Please sign in to comment.