Skip to content

Commit

Permalink
fix: delete filter.overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 18, 2023
1 parent 94bfa2b commit 1e2d4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ async function updateFilter(element, loadMore) {
let filterLimit = element.getAttribute('filter-limit')
if (filterLimit)
filter.limit = filterLimit
delete filter.overwrite
} else {
filter.index = 0
let filterIndex = parseInt(element.getAttribute('filter-index'));
Expand Down

0 comments on commit 1e2d4b0

Please sign in to comment.