@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.
@@ -11730,9 +11730,10 @@ class AddFormFieldComponent {
11730
11730
  }
11731
11731
  }
11732
11732
  if (this.field.FieldType == FieldTypeEnum["Bottone azione"]) {
11733
- if ((this.field.formulas != null)) {
11733
+ if ((this.field.formulasTemp != null)) {
11734
11734
  var formulas = this.field.formulasTemp;
11735
- var key = Object.keys(formulas)[0];
11735
+ var keys = Object.keys(formulas);
11736
+ var key = keys[0];
11736
11737
  var ktv = new KeyTypeValue();
11737
11738
  ktv.key = key;
11738
11739
  ktv.tooltip = formulas[key].tooltip;