@eqproject/eqp-dynamic-module 2.6.22 → 2.6.23

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.
@@ -8237,7 +8237,7 @@ class EqpDynamicModuleComponent {
8237
8237
  const temp = UtilityHelperService.EvaluateFieldFormula(field.Formula, record, null);
8238
8238
  output = GlobalService.stringToValuePairs(temp);
8239
8239
  }
8240
- else if (field.ValuePairs != null && field.ValuePairs.lenght > 0) {
8240
+ else if (field.ValuePairs != null) {
8241
8241
  output = field.ValuePairs;
8242
8242
  }
8243
8243
  else if (field.ValueString != null && field.ValueString != "") {