@eqproject/eqp-dynamic-module 2.9.1 → 2.9.2

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.
@@ -11767,9 +11767,10 @@ class AddFormFieldComponent {
11767
11767
  }
11768
11768
  }
11769
11769
  if (this.field.FieldType == FieldTypeEnum["Bottone azione"]) {
11770
- if ((this.field.formulas != null)) {
11770
+ if ((this.field.formulasTemp != null)) {
11771
11771
  var formulas = this.field.formulasTemp;
11772
- var key = Object.keys(formulas)[0];
11772
+ var keys = Object.keys(formulas);
11773
+ var key = keys[0];
11773
11774
  var ktv = new KeyTypeValue();
11774
11775
  ktv.key = key;
11775
11776
  ktv.tooltip = formulas[key].tooltip;