Skip to content

Commit

Permalink
selectAll() Select only visible countries
Browse files Browse the repository at this point in the history
  • Loading branch information
bab9e9 committed Jun 4, 2020
1 parent 64859d6 commit 064a18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ window.app = new Vue({
},

selectAll() {
this.selectedCountries = this.countries;
this.selectedCountries = this.visibleCountries; // Select only visible countries
this.createURL();
},

Expand Down

0 comments on commit 064a18a

Please sign in to comment.