Skip to content

Commit

Permalink
fix(OperationsList): fix incorrect filters on OperationSuggestFilter …
Browse files Browse the repository at this point in the history
…blur [#705]
  • Loading branch information
vrozaev committed Aug 15, 2024
1 parent 118f643 commit a738c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class OperationSuggestFilter extends Component {
return (
<Suggest
key={value}
apply={(newValue) => updateFilter(name, newValue)}
apply={(newValue) => updateFilter(name, newValue || defaultValue)}
filter={OperationSuggestFilter.simpleSuggestLoader}
text={value !== defaultValue ? value : ''}
items={states}
Expand Down

0 comments on commit a738c5b

Please # to comment.