mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Update UI Packages
Align with Lidarr
This commit is contained in:
@@ -117,7 +117,7 @@ class EditDelayProfileModalContentConnector extends Component {
|
||||
|
||||
onInputChange = ({ name, value }) => {
|
||||
this.props.setDelayProfileValue({ name, value });
|
||||
}
|
||||
};
|
||||
|
||||
onProtocolChange = ({ value }) => {
|
||||
switch (value) {
|
||||
@@ -144,11 +144,11 @@ class EditDelayProfileModalContentConnector extends Component {
|
||||
default:
|
||||
throw Error(`Unknown protocol option: ${value}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
onSavePress = () => {
|
||||
this.props.saveDelayProfile({ id: this.props.id });
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
||||
Reference in New Issue
Block a user