Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Poseidon281 committed Jun 30, 2024
1 parent 8675b75 commit 32b601b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/Filament/Resources/NodeResource/Pages/EditNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use Filament\Resources\Pages\EditRecord;
use Illuminate\Support\HtmlString;
use Webbingbrasil\FilamentCopyActions\Forms\Actions\CopyAction;
use Filament\Forms\Components\Textarea;

class EditNode extends EditRecord
{
Expand Down Expand Up @@ -201,8 +200,8 @@ public function form(Forms\Form $form): Forms\Form
->rows(5)
->cols(10)
->autosize(),
]),
]),

Tab::make('Advanced Settings')
->columns(['default' => 1, 'sm' => 1, 'md' => 4, 'lg' => 6])
->icon('tabler-server-cog')
Expand Down

0 comments on commit 32b601b

Please sign in to comment.