Browse Source

Remove polling on before destroy

pull/1310/head
Hironsan 4 years ago
parent
commit
16d52fda79
1 changed files with 4 additions and 0 deletions
  1. 4
      frontend/pages/projects/_id/upload/index.vue

4
frontend/pages/projects/_id/upload/index.vue

@ -214,6 +214,10 @@ export default {
this.pollData()
},
beforeDestroy() {
clearInterval(this.polling)
},
methods: {
handleFilePondProcessfile(error, file) {
console.log(error)

Loading…
Cancel
Save