Explorar o código

Added extra verbs to guarded integrations

jnfrati %!s(int64=4) %!d(string=hai) anos
pai
achega
8d72d8dedc
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      dashboard/src/main/home/Home.tsx

+ 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 &