소스 검색

remove registry from integrations (#4375)

Feroze Mohideen 2 년 전
부모
커밋
f3ae4ceb44
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dashboard/src/main/home/integrations/Integrations.tsx

+ 2 - 2
dashboard/src/main/home/integrations/Integrations.tsx

@@ -21,10 +21,10 @@ const Integrations: React.FC<PropsType> = (props) => {
 
   const IntegrationCategoryStrings = useMemo(() => {
     if (!enableGitlab) {
-      return ["registry", "slack", "doppler"];
+      return ["slack", "doppler"];
     }
 
-    return ["registry", "slack", "doppler", "gitlab"];
+    return ["slack", "doppler", "gitlab"];
   }, [enableGitlab]);
 
   return (