瀏覽代碼

Added extra verbs to guarded integrations

jnfrati 4 年之前
父節點
當前提交
8d72d8dedc
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 &