Skip to content

Commit

Permalink
refactor: remove obsolete check for filteredItems (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Mar 25, 2024
1 parent 8293ba4 commit 4763444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const ComboBoxDataProviderMixin = (superClass) =>

/** @private */
_shouldLoadPage(page) {
if (!this.filteredItems || this._forceNextRequest) {
if (this._forceNextRequest) {
this._forceNextRequest = false;
return true;
}
Expand Down

0 comments on commit 4763444

Please sign in to comment.