feat: attribute selects and options editors
This commit is contained in:
@ -41,7 +41,6 @@ const AttrOptionSelect = (props: Props) => {
|
||||
setSelectedOption(undefined);
|
||||
props.onChange(null);
|
||||
}}
|
||||
getLabelFn={option => option.label}
|
||||
clearable
|
||||
searchable
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user