We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bdf6b commit 039879eCopy full SHA for 039879e
src/Filament/Resources/NavigationResource.php
@@ -52,15 +52,12 @@ public static function form(Form $form): Form
52
->schema([
53
static::getCategoryFormComponent(),
54
static::getParentFormComponent(),
55
- Forms\Components\Grid::make(2)
56
- ->schema([
57
- static::getTitleFormComponent(),
58
- static::getIsActiveFormComponent(),
59
- ]),
+ static::getIsActiveFormComponent(),
60
]),
61
Forms\Components\Section::make()
62
->columns(2)
63
+ static::getTitleFormComponent()->columnSpanFull(),
64
static::getTypeFormComponent(),
65
static::getContentFormComponent(),
66
static::getUrlFormComponent(),
0 commit comments