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
componentDidMount() {
this.props.dispatchFetchQualityDefinitions();
const {
dispatchFetchQualityDefinitions,
dispatchSaveQualityDefinitions,