Fixed: Discarded settings changes don't get cleaned

Fixes #606
This commit is contained in:
Qstick 2019-01-27 00:56:21 -05:00
parent 529ab29489
commit 01de7dd599
7 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ class UISettingsConnector extends Component {
}
componentWillUnmount() {
this.props.clearPendingChanges({ section: SECTION });
this.props.clearPendingChanges({ section: 'settings.ui' });
}
//