Skip to content

Commit

Permalink
fixes xaksis#685
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis authored and p0psicles committed Jun 24, 2020
1 parent 369b03a commit 5073f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VgtFilterRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
reset(emitEvent = false) {
this.columnFilters = {};
let vSelect = this.$refs && this.$refs['vgt-multiselect'];
const vSelect = this.$refs && this.$refs['vgt-multiselect'];
if (vSelect) {
vSelect.forEach((ref) => {
ref.clearSelection();
Expand Down

0 comments on commit 5073f81

Please sign in to comment.