Clear selected users after vue instance was destroyed

This commit is contained in:
Angelina Filippova 2020-05-13 20:35:35 +03:00
parent 008162c508
commit 861eb1680b

View file

@ -152,6 +152,7 @@ export default {
this.$store.dispatch('FetchStatusesCount')
},
destroyed() {
this.clearSelection()
this.$store.dispatch('ClearState')
},
methods: {