Explorar el Código

Added extra verbs to guarded integrations

jnfrati hace 4 años
padre
commit
8d72d8dedc
Se han modificado 1 ficheros con 3 adiciones y 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 &