chrv-components 1.12.194 → 1.12.195
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
|
|
@@ -4855,7 +4855,7 @@ class ChrFileInputComponent extends ChrInputComponent {
|
|
|
4855
4855
|
const errorDisplays = BaseErrorDisplays;
|
|
4856
4856
|
if (!errors)
|
|
4857
4857
|
return null;
|
|
4858
|
-
console.log('Remaining errors:', errors);
|
|
4858
|
+
// console.log('Remaining errors:', errors);
|
|
4859
4859
|
const indexedErrors = errors['indexes'];
|
|
4860
4860
|
const isSingleFile = !this.multiple() && index === 0;
|
|
4861
4861
|
if (!isSingleFile && !indexedErrors?.[index])
|