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 7efc50a commit 6f3ffe7Copy full SHA for 6f3ffe7
src/Filament/Form/Forms/MenuItemForm.php
@@ -66,11 +66,10 @@ public static function getSchema(): array
66
static::getVisibilityField(),
67
])->columnSpan(2),
68
69
- // Hidden fields for nested set
+ // Hidden fields for solution-forest/filament-tree
70
Hidden::make('menu_id'),
71
Hidden::make('parent_id'),
72
- Hidden::make('_lft'),
73
- Hidden::make('_rgt'),
+ Hidden::make('order'),
74
]),
75
];
76
}
0 commit comments