@smartbit4all/ng-client 3.3.146 → 3.3.147

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.
@@ -4332,7 +4332,7 @@ class SmartFormService {
4332
4332
  if (!widgets) {
4333
4333
  widgets = this.smartForm.widgets;
4334
4334
  }
4335
- this.applyComponentConstraints(this.smartForm.widgets, this.smartForm.componentModel?.constraints);
4335
+ this.applyComponentConstraints(widgets, this.smartForm.componentModel?.constraints);
4336
4336
  }
4337
4337
  }
4338
4338
  addEmptyItemToValueList(widget, emptyLabel) {