feat: move apps to more (#19206)

This commit is contained in:
Peer Richelsen
2025-02-09 20:36:23 +01:00
committed by GitHub
parent 2840d64197
commit 0fb0974769
@@ -55,6 +55,7 @@ const getNavigationItems = (orgBranding: OrganizationBranding): NavigationItemTy
name: "apps",
href: "/apps",
icon: "grid-3x3",
moreOnMobile: true,
isCurrent: ({ pathname: path, item }) => {
// During Server rendering path is /v2/apps but on client it becomes /apps(weird..)
return (path?.startsWith(item.href) ?? false) && !(path?.includes("routing-forms/") ?? false);