Skip to content

Commit fbc4ef3

Browse files
author
Andras
committed
Code Review Feedback
1 parent 4c0bdb7 commit fbc4ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/instantsearch-ui-components/src/components/autocomplete/createAutocompletePropGetters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function createAutocompletePropGetters({
185185

186186
const actualDescendant = override.activeDescendant ?? activeDescendant;
187187

188-
if (!actualDescendant && override.query) {
188+
if (!actualDescendant && override.query !== undefined) {
189189
onRefine(override.query);
190190
}
191191

0 commit comments

Comments
 (0)