tuain-ng-forms-lib 12.0.41 → 12.0.42

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.
@@ -1945,7 +1945,7 @@
1945
1945
  FieldDescriptor.prototype.getOptionText = function () {
1946
1946
  var _this = this;
1947
1947
  var _a, _b;
1948
- (_b = (_a = this.fieldOptions.find(function (item) { return item.fieldOptionId === _this._value; })) === null || _a === void 0 ? void 0 : _a.fieldOptionValue) !== null && _b !== void 0 ? _b : null;
1948
+ return (_b = (_a = this.fieldOptions.find(function (item) { return item.fieldOptionId === _this._value; })) === null || _a === void 0 ? void 0 : _a.fieldOptionValue) !== null && _b !== void 0 ? _b : null;
1949
1949
  };
1950
1950
  FieldDescriptor.prototype.updateFromServer = function (fld) {
1951
1951
  var _a;