fix(components): replace console.error -> console.warn

This commit is contained in:
parent 6016813f4c
commit d030346dde
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -39,7 +39,7 @@
console.log(fileField.value);
}
} catch (e) {
console.error('not yet');
console.warn('not yet');
}
}
"