We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5777a14 commit 38dc73bCopy full SHA for 38dc73b
src/app/navigations.js
@@ -228,12 +228,6 @@ export const navigations = [
228
iconText: "STA",
229
capabilities: ["read_invite"],
230
},
231
- {
232
- name: "Gitpod",
233
- path: "/admin/gitpod",
234
- iconText: "STA",
235
- capabilities: ["get_gitpod_user"],
236
- },
237
{
238
name: "Github",
239
path: "/admin/github",
src/app/views/admin/gitpod.jsx
src/app/views/admin/routes.js
@@ -21,11 +21,6 @@ const routes = [
21
exact: true,
22
component: React.lazy(() => import("./invites")),
23
24
25
26
- exact: true,
27
- component: React.lazy(() => import("./gitpod")),
28
29
30
31
0 commit comments