monkey-front-components 0.0.689 → 0.0.691

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.
@@ -117,7 +117,7 @@ class BaseComponent {
117
117
  if (formControl?.hasError('invalidValueGreaterThanZero'))
118
118
  return 'INVALID-GREATER-THAN-ZERO';
119
119
  if (formControl?.hasError('dateRange'))
120
- return 'INVALID-DATERANGE';
120
+ return 'INVALID-DATE-RANGE';
121
121
  if (formControl?.hasError('differentFromZero'))
122
122
  return 'DIFFERENT-FROMT-ZERO';
123
123
  return 'FIELD-INVALID';