Skip to content

Commit

Permalink
performs search when no autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Nov 20, 2024
1 parent 019d039 commit fa8b11f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,6 @@ export default {
queryExtras.autocomplete = query;
} else if ('autocomplete' in this.queryExtras) {
queryExtras.autocomplete = undefined;
} else {
return {};
}
const { total, ...pieces } = await this.requestData(1, queryExtras);
Expand Down

0 comments on commit fa8b11f

Please sign in to comment.