1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 00:36:26 +00:00

Fix Analytics save bug

This commit is contained in:
Gonçalo Santos
2020-05-26 10:58:29 +01:00
committed by Junyoung Choi
parent 2df590600b
commit 2603dfc1ed

View File

@@ -120,9 +120,9 @@ class InfoTab extends React.Component {
}
handleAutoUpdateChange() {
const config = this.handleConfigChange()
const { autoUpdateEnabled } = this.handleConfigChange()
ConfigManager.set(config)
ConfigManager.set({ autoUpdateEnabled })
}
render() {