Remove unnecessary event listener
This commit is contained in:
parent
319b0d3c44
commit
e38dbbf4c7
1 changed files with 0 additions and 3 deletions
|
@ -208,9 +208,6 @@ export default {
|
||||||
return this.$store.state.reports.fetchedReports
|
return this.$store.state.reports.fetchedReports
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
|
||||||
window.addEventListener('scroll', this.handleScroll)
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
toggleReportsGrouping() {
|
toggleReportsGrouping() {
|
||||||
this.$store.dispatch('ToggleReportsGrouping')
|
this.$store.dispatch('ToggleReportsGrouping')
|
||||||
|
|
Loading…
Reference in a new issue