mirror of
https://github.com/containous/traefik.git
synced 2025-08-25 13:49:32 +03: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()
|
||||
}
|
||||
},
|
||||
beforeDestroy () {
|
||||
beforeUnmount () {
|
||||
clearInterval(this.pollingInterval)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user