forked from AkkomaGang/admin-fe
Clear selected users after vue instance was destroyed
This commit is contained in:
parent
008162c508
commit
861eb1680b
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ export default {
|
|||
this.$store.dispatch('FetchStatusesCount')
|
||||
},
|
||||
destroyed() {
|
||||
this.clearSelection()
|
||||
this.$store.dispatch('ClearState')
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in a new issue