We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b42a6 commit 8320ecaCopy full SHA for 8320eca
src/components/Popup/BackupPage.vue
@@ -75,7 +75,7 @@ export default Vue.extend({
75
return this.$store.getters["accounts/currentlyEncrypted"];
76
},
77
backupDisabled: function () {
78
- return this.$store.getters["menu/storageArea"];
+ return this.$store.state.menu.backupDisabled;
79
80
81
methods: {
0 commit comments