Skip to content

Commit 6f3ffe7

Browse files
committed
Refactor to solution-forest/filament-tree: fix form
1 parent 7efc50a commit 6f3ffe7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Filament/Form/Forms/MenuItemForm.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ public static function getSchema(): array
6666
static::getVisibilityField(),
6767
])->columnSpan(2),
6868

69-
// Hidden fields for nested set
69+
// Hidden fields for solution-forest/filament-tree
7070
Hidden::make('menu_id'),
7171
Hidden::make('parent_id'),
72-
Hidden::make('_lft'),
73-
Hidden::make('_rgt'),
72+
Hidden::make('order'),
7473
]),
7574
];
7675
}

0 commit comments

Comments
 (0)