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
@@ -38,8 +38,6 @@ class QualityDefinitionsConnector extends Component {
// Lifecycle // Lifecycle
componentDidMount() { componentDidMount() {
this.props.dispatchFetchQualityDefinitions();
const { const {
dispatchFetchQualityDefinitions, dispatchFetchQualityDefinitions,
dispatchSaveQualityDefinitions, dispatchSaveQualityDefinitions,