mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-08 13:54:07 +00:00
make private templates disabled (#1)
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user