Add console error to import

This commit is contained in:
Mitchell McCaffrey
2021-06-25 20:54:29 +10:00
parent 097df533dd
commit 45ce2685c6
+1
View File
@@ -81,6 +81,7 @@ function ImportExportModal({ isOpen, onRequestClose }) {
)
);
} else {
console.error(e);
setError(e);
}
}