@recursyve/nice-ui-kit.v2 14.0.0-beta.102 → 14.0.0-beta.104

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.
@@ -5265,7 +5265,7 @@ class NiceControlStatusDirective {
5265
5265
  }
5266
5266
  if (error === "max") {
5267
5267
  param = {
5268
- min: this.control.errors[error].max,
5268
+ max: this.control.errors[error].max,
5269
5269
  actual: this.control.errors[error].actual
5270
5270
  };
5271
5271
  }