tuain-ng-forms-lib 0.12.30 → 0.12.31

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.
@@ -168,7 +168,7 @@
168
168
  var _this = this;
169
169
  if (this.fieldObject) {
170
170
  // Atributos estáticos
171
- this.fieldCode = this.fieldObject.fieldCode;
171
+ this.code = this.fieldObject.fieldCode;
172
172
  this.fieldInfo = this.fieldObject.fieldInfo;
173
173
  this.fieldAlignment = this.fieldObject.fieldAlignment;
174
174
  this.tooltipText = this.fieldObject.tooltipText;