Skip to content
Snippets Groups Projects
Commit 51bf8f96 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

add console log

parent a24a43e1
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,9 @@ const ExportOptions: React.FC = () => {
))
const handleDone = (e?: any) => {
console.log('handleDone')
if (e) {
console.log(e)
setHasError(true)
}
setIsExportDoneModal(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment