ps-toolkit-ui 1.8.18 → 1.8.19

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.
@@ -4313,7 +4313,7 @@
4313
4313
  });
4314
4314
  FormComponent.prototype.ngOnInit = function () {
4315
4315
  if (this.form.onTop) {
4316
- this.form.inputs.forEach(function (x) { return 'h-30 ' + x.class; });
4316
+ this.form.inputs.forEach(function (x) { return x.class = 'h-30 ' + x.class; });
4317
4317
  }
4318
4318
  };
4319
4319
  FormComponent.prototype.changeIndex = function (index, action) {