Skip to content
Snippets Groups Projects
Commit 861eb168 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Clear selected users after vue instance was destroyed

parent 008162c5
No related branches found
No related tags found
1 merge request!129Update status count when an instance was selected
Pipeline #25806 passed
......@@ -152,6 +152,7 @@ export default {
this.$store.dispatch('FetchStatusesCount')
},
destroyed() {
this.clearSelection()
this.$store.dispatch('ClearState')
},
methods: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment