mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-05 23:36:20 +01:00
default boolean widget to none
This commit is contained in:
parent
f9f022171f
commit
ebce277697
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const BooleanWidgetDefinition = (props: BooleanWidgetProps) => ({
|
|||
label: 'kind',
|
||||
type: "choice",
|
||||
optional: true,
|
||||
defaultValue: props.defaultValue,
|
||||
defaultValue: props.defaultValue||'NONE',
|
||||
values: BOOLEAN_OPTIONS
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue