Fix the type error
This commit is contained in:
parent
9d514362da
commit
ffbfbe4519
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ const BooleanPropEditor: React.FC<{
|
||||||
|
|
||||||
const onChange = useCallback(
|
const onChange = useCallback(
|
||||||
(el: React.ChangeEvent<HTMLInputElement>) => {
|
(el: React.ChangeEvent<HTMLInputElement>) => {
|
||||||
window.ppause = true
|
|
||||||
stuff.permenantlySetValue(Boolean(el.target.checked))
|
stuff.permenantlySetValue(Boolean(el.target.checked))
|
||||||
},
|
},
|
||||||
[propConfig, pointerToProp, obj],
|
[propConfig, pointerToProp, obj],
|
||||||
|
|
Loading…
Reference in a new issue