Skip to content

Commit eed5431

Browse files
authored
Fix disable backup policy not working issue (#1050)
1 parent 7e68e0d commit eed5431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/BackupPage.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default Vue.extend({
9696
return this.$store.getters["accounts/currentlyEncrypted"];
9797
},
9898
backupDisabled: function () {
99-
return this.$store.getters["menu/storageArea"];
99+
return this.$store.state.menu.backupDisabled;
100100
},
101101
isDataLinkSupported: function () {
102102
return !isSafari;

0 commit comments

Comments
 (0)