fix(mobx): use correct key for saving sync options
parent
3abb4010be
commit
b09080f88c
|
|
@ -56,7 +56,7 @@ export default class Sync implements Store, Persistent<Data> {
|
||||||
|
|
||||||
toJSON() {
|
toJSON() {
|
||||||
return {
|
return {
|
||||||
enabled: [...this.disabled],
|
disabled: [...this.disabled],
|
||||||
revision: mapToRecord(this.revision),
|
revision: mapToRecord(this.revision),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue