default boolean widget to none

This commit is contained in:
Val Erastov 2022-03-27 01:27:54 -07:00
parent f9f022171f
commit ebce277697

View file

@ -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
},
{