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
@@ -64,7 +64,7 @@ class MetadataProviderConnector extends Component {
}
componentWillUnmount() {
this.props.dispatchClearPendingChanges({ section: SECTION });
this.props.dispatchClearPendingChanges({ section: 'settings.metadataProvider' });
}
//