diff --git a/src/components/Popup/BackupPage.vue b/src/components/Popup/BackupPage.vue index 70a48647f..44617f58d 100644 --- a/src/components/Popup/BackupPage.vue +++ b/src/components/Popup/BackupPage.vue @@ -96,7 +96,7 @@ export default Vue.extend({ return this.$store.getters["accounts/currentlyEncrypted"]; }, backupDisabled: function () { - return this.$store.getters["menu/storageArea"]; + return this.$store.state.menu.backupDisabled; }, isDataLinkSupported: function () { return !isSafari;