carriera-intern-components 1.1.181 → 1.1.182

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.
@@ -3835,7 +3835,6 @@ class DropZoneComponent {
3835
3835
  }
3836
3836
  setInvalid() {
3837
3837
  this.parentForm()?.setErrors({ childInvalid: true });
3838
- this.parentForm()?.updateValueAndValidity({ emitEvent: true, onlySelf: true });
3839
3838
  }
3840
3839
  clearInvalid() {
3841
3840
  const { childInvalid, ...rest } = this.parentForm()?.errors ?? {};