Fixed: Avoid fetching quality definitions twice

This commit is contained in:
Qstick 2021-08-12 21:17:08 -04:00 committed by GitHub
parent 4b88cc5ea5
commit bbff60a2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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