Skip to content

Commit 039879e

Browse files
authored
update navigation layout
1 parent 31bdf6b commit 039879e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Filament/Resources/NavigationResource.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,12 @@ public static function form(Form $form): Form
5252
->schema([
5353
static::getCategoryFormComponent(),
5454
static::getParentFormComponent(),
55-
Forms\Components\Grid::make(2)
56-
->schema([
57-
static::getTitleFormComponent(),
58-
static::getIsActiveFormComponent(),
59-
]),
55+
static::getIsActiveFormComponent(),
6056
]),
6157
Forms\Components\Section::make()
6258
->columns(2)
6359
->schema([
60+
static::getTitleFormComponent()->columnSpanFull(),
6461
static::getTypeFormComponent(),
6562
static::getContentFormComponent(),
6663
static::getUrlFormComponent(),

0 commit comments

Comments
 (0)