Skip to content

Commit 8320eca

Browse files
authored
Fix disable backup policy not working issue (#1050) (#1051)
1 parent c0b42a6 commit 8320eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/BackupPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default Vue.extend({
7575
return this.$store.getters["accounts/currentlyEncrypted"];
7676
},
7777
backupDisabled: function () {
78-
return this.$store.getters["menu/storageArea"];
78+
return this.$store.state.menu.backupDisabled;
7979
},
8080
},
8181
methods: {

0 commit comments

Comments
 (0)