make private templates disabled (#1)

This commit is contained in:
Vivian Phung 2024-05-01 18:06:59 -04:00 committed by GitHub
commit ddb54de49b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ yarn-error.log
.yarnrc
packages/backend/environments/local.toml
packages/frontend/dist/

View File

@ -194,6 +194,7 @@ const CreateRepo = () => {
label="Make this repo private"
checked={value}
onCheckedChange={onChange}
disabled={true}
/>
)}
/>