mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Bump Webpack plugins and loaders
This commit is contained in:
parent
68d8fed659
commit
4f2ccb462b
316 changed files with 1362 additions and 1384 deletions
|
@ -47,26 +47,26 @@ class DelayProfile extends Component {
|
|||
|
||||
onEditDelayProfilePress = () => {
|
||||
this.setState({ isEditDelayProfileModalOpen: true });
|
||||
}
|
||||
};
|
||||
|
||||
onEditDelayProfileModalClose = () => {
|
||||
this.setState({ isEditDelayProfileModalOpen: false });
|
||||
}
|
||||
};
|
||||
|
||||
onDeleteDelayProfilePress = () => {
|
||||
this.setState({
|
||||
isEditDelayProfileModalOpen: false,
|
||||
isDeleteDelayProfileModalOpen: true
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
onDeleteDelayProfileModalClose = () => {
|
||||
this.setState({ isDeleteDelayProfileModalOpen: false });
|
||||
}
|
||||
};
|
||||
|
||||
onConfirmDeleteDelayProfile = () => {
|
||||
this.props.onConfirmDeleteDelayProfile(this.props.id);
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Render
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue