@energycap/components 0.39.29 → 0.39.30-ECAP-26042-calc-channel.20241010-1356

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.
@@ -737,6 +737,7 @@ class ValidationMessageService {
737
737
  translationObservables.push(this.translate.get('DomainValidationMessage_SC'));
738
738
  break;
739
739
  case 'invalidFile':
740
+ case 'invalidFormula':
740
741
  translationObservables.push(this.translate.get('is invalid'));
741
742
  break;
742
743
  default: