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

Commit 90489c4

Browse files
authored
Merge pull request #148 from topcoder-platform/TSJR-180_remove-taas-app
TSJR-180 - remove TaaS app in application menu
2 parents d398820 + 4f01931 commit 90489c4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/constants/apps.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,6 @@ export const APP_CATEGORIES = [
1818
{
1919
category: "Manage",
2020
apps: [
21-
{
22-
title: "TaaS",
23-
icon: appTaasIcon,
24-
path: "/taas",
25-
menu: [
26-
{
27-
title: "My Teams",
28-
path: "/taas/myteams",
29-
icon: myteamsIcon,
30-
activeIcon: myteamsGreenIcon,
31-
isExact: false,
32-
},
33-
{
34-
title: "Create New Team",
35-
path: "/taas/createnewteam",
36-
icon: createTeamIcon,
37-
activeIcon: createTeamGreenIcon,
38-
isExact: false,
39-
},
40-
],
41-
},
4221
{
4322
title: "TaaS Admin",
4423
icon: appTaasAdminIcon,

0 commit comments

Comments
 (0)