mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
propagate default values for boolean widget
This commit is contained in:
parent
4d2ebfbdbb
commit
f1f1f79462
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: 'NONE',
|
||||
defaultValue: props.defaultValue,
|
||||
values: BOOLEAN_OPTIONS
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue