make private templates disabled (#1)

This commit is contained in:
Vivian Phung
2024-05-01 18:06:59 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ yarn-error.log
.yarnrc
packages/backend/environments/local.toml
packages/frontend/dist/
@@ -194,6 +194,7 @@ const CreateRepo = () => {
label="Make this repo private"
checked={value}
onCheckedChange={onChange}
disabled={true}
/>
)}
/>