Skip to content

Commit

Permalink
fix(pro:search): all items triggered by quickselect should be updated (
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed May 18, 2023
1 parent 0e82271 commit 2385ed8
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -77,9 +77,7 @@ export default defineComponent({
updateSegmentValue(value, searchDataSegment.value.name, searchState.value.key)
}

if (!props.searchField.operators) {
updateSearchState(searchStateKey!)
}
updateSearchState(searchStateKey!)
}
const setValue = (value: unknown) => {
setItemValue(value)
Expand Down

0 comments on commit 2385ed8

Please sign in to comment.