We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2162f50 commit 4c5a257Copy full SHA for 4c5a257
sandbox/src/lib/components/DragAndDropUploader.svelte
@@ -61,6 +61,7 @@
61
* @param {File} file
62
*/
63
async function processFile(file) {
64
+ fileError = '';
65
let content = await file.text();
66
try {
67
const data = validateFile(content);
0 commit comments