Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaghassaei committed Aug 1, 2023
1 parent c787a54 commit 3de17a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function initImporter(globals){
if (files.length < 1) {
return;
}
openFile(file)
openFile(files[0])
$(e.target).val("");
});

Expand Down

0 comments on commit 3de17a3

Please sign in to comment.