create-app: fix duplicate search item in next-app

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-17 19:45:41 +01:00
parent 683e49ca32
commit 8dda73d806
@@ -24,6 +24,8 @@ export const SidebarContent = NavContentBlueprint.make({
const nav = navItems.withComponent(item => (
<SidebarItem icon={() => item.icon} to={item.href} text={item.title} />
));
// Skipped items
nav.take('page:search');
return compatWrapper(
<Sidebar>
<SidebarLogo />