Skip to content

Commit

Permalink
Merge pull request #26341 from colemanw/selectNone
Browse files Browse the repository at this point in the history
SearchKit - Clear selection when changing search params
  • Loading branch information
colemanw authored May 25, 2023
2 parents 30a0cfb + e7223d0 commit 6602c89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
ctrl.results = null;
ctrl.rowCount = null;
ctrl.page = 1;
ctrl.selectNone();
}

this.$onInit = function() {
Expand Down

0 comments on commit 6602c89

Please sign in to comment.