fix: Make setServer function an action (#704)

This commit is contained in:
Aman Harwara
2021-10-25 18:23:56 +05:30
committed by GitHub
parent 31222e1236
commit d5a81c6648

View File

@@ -61,6 +61,7 @@ export class AccountMenuState {
setOtherSessionsSignOut: action, setOtherSessionsSignOut: action,
setCurrentPane: action, setCurrentPane: action,
setEnableServerOption: action, setEnableServerOption: action,
setServer: action,
notesAndTagsCount: computed, notesAndTagsCount: computed,
}); });