@openmrs/ngx-formentry 5.0.1-pre.347 → 5.0.1-pre.349

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13796,7 +13796,7 @@ class DiagnosisValueAdapter {
13796
13796
  }
13797
13797
  });
13798
13798
  this._updatedOldDiagnoses(payload, existingDiagnoses);
13799
- deletedDiagnoses = this._getDeletedDiagnoses(payload, existingDiagnoses);
13799
+ deletedDiagnoses = this._getDeletedDiagnoses(diagnosisNodes, existingDiagnoses);
13800
13800
  return payload.concat(deletedDiagnoses);
13801
13801
  }
13802
13802
  _createPayloadDiagnosis(codedUuid, questionExtras) {