From 9349af2c65b935354701b981d21e12ff1c7b749c Mon Sep 17 00:00:00 2001 From: sjaanus Date: Thu, 31 Oct 2024 13:17:56 +0200 Subject: [PATCH] feat: hide archive tab when simplify enabled --- frontend/src/component/menu/routes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/menu/routes.ts b/frontend/src/component/menu/routes.ts index 4dda559f0029..07090d77c119 100644 --- a/frontend/src/component/menu/routes.ts +++ b/frontend/src/component/menu/routes.ts @@ -432,6 +432,7 @@ export const routes: IRoute[] = [ type: 'protected', menu: {}, }, + // Admin { path: '/admin/*',