diff --git a/umap/static/umap/js/modules/importer.js b/umap/static/umap/js/modules/importer.js index 37e0dedb..445d7f8a 100644 --- a/umap/static/umap/js/modules/importer.js +++ b/umap/static/umap/js/modules/importer.js @@ -230,7 +230,7 @@ export default class Importer { openFiles() { this.open() - this.fileInput.showPicker() + this.qs('[type=file]').showPicker() } submit() {