@eqproject/eqp-dynamic-module 2.6.21 → 2.6.22

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