1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Settings changes being cleared when leaving page despite confirmation they would be

This commit is contained in:
Mark McDowall
2019-01-30 18:24:01 -08:00
parent b8b82189f7
commit b04c286efc
6 changed files with 6 additions and 6 deletions
@@ -59,7 +59,7 @@ class GeneralSettingsConnector extends Component {
}
componentWillUnmount() {
this.props.clearPendingChanges({ section: SECTION });
this.props.clearPendingChanges({ section: `settings.${SECTION}` });
}
//