Skip to content

Commit 4c5a257

Browse files
committed
Minor fix
1 parent 2162f50 commit 4c5a257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sandbox/src/lib/components/DragAndDropUploader.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
* @param {File} file
6262
*/
6363
async function processFile(file) {
64+
fileError = '';
6465
let content = await file.text();
6566
try {
6667
const data = validateFile(content);

0 commit comments

Comments
 (0)