fix(ui) - network request operator value
This commit is contained in:
parent
a00cd7148e
commit
bd28c4ea0f
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ function FilterOperator(props: Props) {
|
|||
placeholder="Select"
|
||||
isDisabled={isDisabled}
|
||||
value={value ? options.find((i: any) => i.value === value) : null}
|
||||
onChange={({ value }: any) => onChange(null, { name: 'operator', value })}
|
||||
onChange={({ value }: any) => onChange(null, { name: 'operator', value: value.value })}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue