Add console error to import

This commit is contained in:
Mitchell McCaffrey 2021-06-25 17:43:55 +10:00
parent 097df533dd
commit 45ce2685c6

View File

@ -81,6 +81,7 @@ function ImportExportModal({ isOpen, onRequestClose }) {
)
);
} else {
console.error(e);
setError(e);
}
}