mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Fixed: Avoid fetching quality definitions twice
This commit is contained in:
parent
4b88cc5ea5
commit
bbff60a2b0
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ class QualityDefinitionsConnector extends Component {
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this.props.dispatchFetchQualityDefinitions();
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
dispatchFetchQualityDefinitions,
|
dispatchFetchQualityDefinitions,
|
||||||
dispatchSaveQualityDefinitions,
|
dispatchSaveQualityDefinitions,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue