remove useless index param of onSwitch

This commit is contained in:
taehoon 2019-08-09 23:28:46 -04:00
parent 539913673f
commit cd14566a34
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ const Interactions = {
}
},
methods: {
onModeSwitch (index, dataset) {
onModeSwitch (dataset) {
this.filterMode = tabModeDict[dataset.filter]
}
},