type fix
parent
c96580120b
commit
49147d0c6a
|
@ -32,13 +32,13 @@ const CheckboxProps = [
|
|||
{
|
||||
name: "trueValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
default: "null",
|
||||
description: "Value in checked state."
|
||||
},
|
||||
{
|
||||
name: "falseValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
default: "null",
|
||||
description: "Value in unchecked state."
|
||||
}
|
||||
];
|
||||
|
|
|
@ -20,13 +20,13 @@ const InputSwitchProps = [
|
|||
{
|
||||
name: "trueValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
default: "null",
|
||||
description: "Value in checked state."
|
||||
},
|
||||
{
|
||||
name: "falseValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
default: "null",
|
||||
description: "Value in unchecked state."
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue