chrv-components 1.11.39 → 1.11.41
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.
|
Binary file
|
|
@@ -2474,7 +2474,6 @@ class ChrFileInputComponent extends ChrBaseInputComponent {
|
|
|
2474
2474
|
.pipe(skipWhile((res) => res === null))
|
|
2475
2475
|
.subscribe((res) => this.writeValue(res));
|
|
2476
2476
|
this.control()?.statusChanges?.subscribe((status) => {
|
|
2477
|
-
console.log(this.control()?.errors);
|
|
2478
2477
|
this.fileErrors = this.control()?.errors
|
|
2479
2478
|
? { ...this.control().errors?.['indexes'] }
|
|
2480
2479
|
: null;
|