Skip to content

Commit

Permalink
Fix disable backup policy not working issue (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezry authored May 10, 2023
1 parent 7e68e0d commit eed5431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup/BackupPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eed5431

Please sign in to comment.