1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Change name for state

This commit is contained in:
Paul Rosset
2017-12-05 18:24:30 +00:00
parent 83910b55d2
commit 125a493400

View File

@@ -60,7 +60,7 @@ class Preferences extends React.Component {
<HotkeyTab <HotkeyTab
dispatch={dispatch} dispatch={dispatch}
config={config} config={config}
haveToSave={msg => this.setState({HotkeyAlert: msg})} haveToSave={alert => this.setState({HotkeyAlert: alert})}
/> />
) )
case 'UI': case 'UI':
@@ -68,7 +68,7 @@ class Preferences extends React.Component {
<UiTab <UiTab
dispatch={dispatch} dispatch={dispatch}
config={config} config={config}
haveToSave={msg => this.setState({UIAlert: msg})} haveToSave={alert => this.setState({UIAlert: alert})}
/> />
) )
case 'CROWDFUNDING': case 'CROWDFUNDING':