@smartbit4all/ng-client 3.3.142 → 3.3.143

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.
@@ -5708,7 +5708,6 @@ class SmartformwidgetComponent {
5708
5708
  if (!this.form.controls[this.widgetInstance.key].value) {
5709
5709
  this.form.controls[this.widgetInstance.key].setValue([]);
5710
5710
  this.form.controls[this.widgetInstance.key].updateValueAndValidity();
5711
- this.changeDetector.detectChanges();
5712
5711
  }
5713
5712
  let asd = this.widgetInstance.value;
5714
5713
  this.form.controls[this.widgetInstance.key].value.push(value);