@ -64,7 +64,7 @@ class DownloadClientOptionsConnector extends Component {
}
componentWillUnmount() {
this.props.dispatchClearPendingChanges({ section: SECTION });
this.props.dispatchClearPendingChanges({ section: `settings.${SECTION}` });
//
@ -59,7 +59,7 @@ class GeneralSettingsConnector extends Component {
this.props.clearPendingChanges({ section: SECTION });
this.props.clearPendingChanges({ section: `settings.${SECTION}` });
@ -64,7 +64,7 @@ class IndexerOptionsConnector extends Component {
@ -46,7 +46,7 @@ class MediaManagementConnector extends Component {
@ -50,7 +50,7 @@ class NamingConnector extends Component {
@ -39,7 +39,7 @@ class UISettingsConnector extends Component {