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:
committed by
Junyoung Choi
parent
2df590600b
commit
2603dfc1ed
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user