diff --git a/ui/src/app/form/component/widgets/OptionWidget.js b/ui/src/app/form/component/widgets/OptionWidget.js index 65af5f057..e57a0cfc5 100644 --- a/ui/src/app/form/component/widgets/OptionWidget.js +++ b/ui/src/app/form/component/widgets/OptionWidget.js @@ -45,8 +45,6 @@ const OptionWidget = ({ ...props }) => { - console.log(value, props) - const _onChange = (selected) => onChange(selected[0] === '' ? options.emptyValue : selected[0]); const _onBlur = ({ target: { value } }) => onBlur(id, value); const _onFocus = ({ target: { value } }) => onFocus(id, value); @@ -65,7 +63,7 @@ const OptionWidget = ({ return ( - 0 ? "text-danger" : ""}`}> + 0) ? "text-danger" : ""}`}> {(label || schema.title) && required ? : null}