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

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-07-09 20:54:30 -04:00
parent 6016813f4c
commit d030346dde
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

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