From f46abad5ace90d39145d8091b992720a8236ed1e Mon Sep 17 00:00:00 2001 From: zramsay Date: Thu, 7 Nov 2024 12:02:23 -0500 Subject: [PATCH] comment out gitea --- .../projects/project/settings/GitSelectionSection.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx b/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx index 24dd84d2..3090a14d 100644 --- a/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx +++ b/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx @@ -17,6 +17,7 @@ const GitSelectionSection = ({
Github
{'>'}
+ {/*
{}} @@ -25,6 +26,7 @@ const GitSelectionSection = ({
Gitea
{'>'}
+ */} ); };