should always be disabled
This commit is contained in:
parent
ddb54de49b
commit
6cbc87a7d1
@ -189,11 +189,9 @@ const CreateRepo = () => {
|
|||||||
<Controller
|
<Controller
|
||||||
name="isPrivate"
|
name="isPrivate"
|
||||||
control={control}
|
control={control}
|
||||||
render={({ field: { value, onChange } }) => (
|
render={({ }) => (
|
||||||
<Checkbox
|
<Checkbox
|
||||||
label="Make this repo private"
|
label="Make this repo private"
|
||||||
checked={value}
|
|
||||||
onCheckedChange={onChange}
|
|
||||||
disabled={true}
|
disabled={true}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user