Kaynağa Gözat

Added extra verbs to guarded integrations

jnfrati 4 yıl önce
ebeveyn
işleme
8d72d8dedc
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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 &