1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: Don't double load Quality Definitions

This commit is contained in:
Qstick 2021-01-25 21:20:15 -05:00
parent 7754589353
commit 07f5312d43

View File

@ -38,8 +38,6 @@ class QualityDefinitionsConnector extends Component {
// Lifecycle // Lifecycle
componentDidMount() { componentDidMount() {
this.props.dispatchFetchQualityDefinitions();
const { const {
dispatchFetchQualityDefinitions, dispatchFetchQualityDefinitions,
dispatchSaveQualityDefinitions, dispatchSaveQualityDefinitions,