diff --git a/ui/src/components/Status.vue b/ui/src/components/Status.vue index 066b63e..739e8c7 100644 --- a/ui/src/components/Status.vue +++ b/ui/src/components/Status.vue @@ -125,6 +125,14 @@ } }, + watch: { + enabled(newValue, oldValue) { + if (this.enabled) { + this.readStatus() + } + }, + }, + methods: { ...mapActions('status', { readStatus: 'read',