make private templates disabled

This commit is contained in:
Vivian Phung 2024-05-01 17:49:41 -04:00
parent 535c37d0b4
commit cf9fd04272
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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