tuain-ng-forms-lib 15.2.2 → 15.2.3

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.
@@ -2169,7 +2169,7 @@ class FormStructureAndData {
2169
2169
  this.name = this.name ?? definitionReceived?.form?.formCode;
2170
2170
  this.title = (definitionReceived.form && definitionReceived.form.formTitle)
2171
2171
  ? definitionReceived.form.formTitle : '';
2172
- allStates = definitionReceived?.states?.map(sttInfo => sttInfo.name);
2172
+ allStates = definitionReceived?.states;
2173
2173
  console.log('definitionReceived?.states');
2174
2174
  console.log(definitionReceived?.states);
2175
2175
  console.log('allStates');