From bfe847cd178c2410a2619a59953f7fc2597abfe2 Mon Sep 17 00:00:00 2001 From: Harsha Raghu Date: Wed, 12 Oct 2022 16:59:58 +0530 Subject: [PATCH] fix: fixed NewReleaseNotification couldn't be hidden/disabled (#374) --- src/components/NewReleaseNotification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NewReleaseNotification.vue b/src/components/NewReleaseNotification.vue index a6423781..92560ab3 100644 --- a/src/components/NewReleaseNotification.vue +++ b/src/components/NewReleaseNotification.vue @@ -40,7 +40,7 @@ export default { }; }, computed: { - ...mapWritableState(useSettingsStore, { data: 'newReleaseNotification' }), + ...mapWritableState(useSettingsStore, { data: 'newReleaseCheckData' }), }, async mounted() { await useSettingsStore().ensureLoaded();