Skip to content

Commit

Permalink
[Feature Request] Add ability to control navigation groups order #15498
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshan committed Feb 1, 2025
1 parent b8c9d9b commit 99301ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panels/src/Navigation/NavigationGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class NavigationGroup extends Component
protected array | Arrayable $items = [];

protected string | Closure | null $label = null;
protected int|Closure|null $order = null; // NEW ORDER PROPERTY
protected int|Closure|null $order = null;

final public function __construct(string | Closure | null $label = null)
{
Expand Down

0 comments on commit 99301ce

Please sign in to comment.