fix(mobx): use correct key for saving sync options

pull/1049/head
Paul 2021-12-26 14:45:18 +00:00
parent 3abb4010be
commit b09080f88c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default class Sync implements Store, Persistent<Data> {
toJSON() {
return {
enabled: [...this.disabled],
disabled: [...this.disabled],
revision: mapToRecord(this.revision),
};
}