Removed polling on moderation page due to error

This commit is contained in:
Grzegorz Leoniec 2019-01-18 16:30:25 +01:00
parent 91a9aed46a
commit 1a106dc6cc
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -106,9 +106,6 @@ export default {
}
}
},
mounted() {
this.$apollo.queries.Report.startPolling(10000)
},
apollo: {
Report: {
query,