mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Fix auto refresh not clearing on component unmount
This commit is contained in:
@@ -67,7 +67,7 @@ export default function PaginationMixin (opts = {}) {
|
|||||||
this.fetchMore()
|
this.fetchMore()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeDestroy () {
|
beforeUnmount () {
|
||||||
clearInterval(this.pollingInterval)
|
clearInterval(this.pollingInterval)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user