Skip to content

Commit

Permalink
switch default for isIncluded to true
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Höser <[email protected]>
  • Loading branch information
Snapstromegon committed Dec 19, 2023
1 parent 8095b27 commit 933eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Pagination {
return filtered !== value;
}

return false;
return true;
}

_has(target, key) {
Expand Down

0 comments on commit 933eb12

Please sign in to comment.