mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +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() {
|
handleAutoUpdateChange() {
|
||||||
const config = this.handleConfigChange()
|
const { autoUpdateEnabled } = this.handleConfigChange()
|
||||||
|
|
||||||
ConfigManager.set(config)
|
ConfigManager.set({ autoUpdateEnabled })
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user