Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2c8250a

Browse files
committed
Remove deprecated apps from the apps select tool
1 parent 2e32a35 commit 2c8250a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/constants/apps.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ export const APP_CATEGORIES = [
1818
{
1919
category: "Manage",
2020
apps: [
21-
{
22-
title: "TaaS Admin",
23-
icon: appTaasAdminIcon,
24-
path: "/taas-admin",
25-
menu: [],
26-
roles: ["bookingmanager", "administrator"],
27-
},
2821
{
2922
title: "Documentation",
3023
icon: appDocumentationIcon,
@@ -40,17 +33,6 @@ export const APP_CATEGORIES = [
4033
},
4134
],
4235
},
43-
{
44-
category: "Work",
45-
apps: [
46-
{
47-
title: "Self Service",
48-
icon: earnIcon,
49-
link: `${config.URL.PLATFORM_UI}/work/dashboard`,
50-
menu: [],
51-
},
52-
],
53-
},
5436
{
5537
category: "Do",
5638
apps: [
@@ -62,16 +44,4 @@ export const APP_CATEGORIES = [
6244
},
6345
],
6446
},
65-
{
66-
category: "Onboard",
67-
hidden: true,
68-
apps: [
69-
{
70-
title: "Member Onboarding",
71-
path: "/onboard",
72-
isExact: false,
73-
menu: [],
74-
},
75-
],
76-
},
7747
];

0 commit comments

Comments
 (0)