2
0
Эх сурвалжийг харах

Added extra verbs to guarded integrations

jnfrati 4 жил өмнө
parent
commit
8d72d8dedc

+ 3 - 0
dashboard/src/main/home/Home.tsx

@@ -42,6 +42,9 @@ const GuardedProjectSettings = fakeGuardedRoute("settings", "", [
 const GuardedIntegrations = fakeGuardedRoute("integrations", "", [
   "get",
   "list",
+  "update",
+  "create",
+  "delete",
 ])(Integrations);
 
 type PropsType = RouteComponentProps &