diff --git a/packages/framework/src/Framework/Features/Navigation/NavItem.php b/packages/framework/src/Framework/Features/Navigation/NavItem.php index bd2925125cf..cf385c108c9 100644 --- a/packages/framework/src/Framework/Features/Navigation/NavItem.php +++ b/packages/framework/src/Framework/Features/Navigation/NavItem.php @@ -205,6 +205,7 @@ public function addChild(NavItem $item): static $item->group ??= $this->group; $this->children[] = $item; + $this->destination = null; return $this; }