Private GIT

Skip to content
Snippets Groups Projects
Commit c1203ff8 authored by Christoph Haas's avatar Christoph Haas
Browse files

fix data loading bug

parent 76434020
Branches
No related tags found
No related merge requests found
......@@ -125,6 +125,14 @@
}
},
watch: {
enabled(newValue, oldValue) {
if (this.enabled) {
this.readStatus()
}
},
},
methods: {
...mapActions('status', {
readStatus: 'read',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment