mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
UI Action Handler Changes, Misc Fixes
This commit is contained in:
@@ -18,7 +18,7 @@ class EditDelayProfileModalConnector extends Component {
|
||||
// Listeners
|
||||
|
||||
onModalClose = () => {
|
||||
this.props.clearPendingChanges({ section: 'delayProfiles' });
|
||||
this.props.clearPendingChanges({ section: 'settings.delayProfiles' });
|
||||
this.props.onModalClose();
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class EditLanguageProfileModalConnector extends Component {
|
||||
// Listeners
|
||||
|
||||
onModalClose = () => {
|
||||
this.props.clearPendingChanges({ section: 'languageProfiles' });
|
||||
this.props.clearPendingChanges({ section: 'settings.languageProfiles' });
|
||||
this.props.onModalClose();
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class EditMetadataProfileModalConnector extends Component {
|
||||
// Listeners
|
||||
|
||||
onModalClose = () => {
|
||||
this.props.clearPendingChanges({ section: 'metadataProfiles' });
|
||||
this.props.clearPendingChanges({ section: 'settings.metadataProfiles' });
|
||||
this.props.onModalClose();
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class EditQualityProfileModalConnector extends Component {
|
||||
// Listeners
|
||||
|
||||
onModalClose = () => {
|
||||
this.props.clearPendingChanges({ section: 'qualityProfiles' });
|
||||
this.props.clearPendingChanges({ section: 'settings.qualityProfiles' });
|
||||
this.props.onModalClose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user