make private templates disabled

This commit is contained in:
Vivian Phung
2024-05-01 17:50:54 -04:00
parent 535c37d0b4
commit cf9fd04272
2 changed files with 2 additions and 0 deletions
@@ -194,6 +194,7 @@ const CreateRepo = () => {
label="Make this repo private"
checked={value}
onCheckedChange={onChange}
disabled={true}
/>
)}
/>