Skip to content

Commit

Permalink
NavigationItem add activeStrict
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 5, 2023
1 parent 2a4a441 commit b49cb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/NavigationItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public function __construct(
public ?string $label = null,
public ?string $route = null,
public ?string $active = null,
public bool $activeStrict = false,
public ?string $icon = null,
public bool $external = false,
) {
Expand Down

0 comments on commit b49cb4f

Please sign in to comment.