From 16eade0d0480f4a5469caaec8817ee531bd458c2 Mon Sep 17 00:00:00 2001 From: zhangtao25 Date: Wed, 27 Nov 2024 15:20:24 +0800 Subject: [PATCH] chore: repo overall update --- .../app/projects/[id]/page.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/canyon-platform/app/projects/[id]/page.tsx b/packages/canyon-platform/app/projects/[id]/page.tsx index 6dbe7604..63cb964a 100644 --- a/packages/canyon-platform/app/projects/[id]/page.tsx +++ b/packages/canyon-platform/app/projects/[id]/page.tsx @@ -252,19 +252,19 @@ const ProjectOverviewPage = () => { /> {"only.default.branch"}: - { - if (v) { - localStorage.setItem("defaultBranchOnly", "1"); - } else { - localStorage.removeItem("defaultBranchOnly"); - } - // setDefaultBranchOnly(v); - }} - /> + {/* {*/} + {/* if (v) {*/} + {/* localStorage.setItem("defaultBranchOnly", "1");*/} + {/* } else {*/} + {/* localStorage.removeItem("defaultBranchOnly");*/} + {/* }*/} + {/* // setDefaultBranchOnly(v);*/} + {/* }}*/} + {/*/>*/}