aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src/Dashboard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aml-backoffice-ui/src/Dashboard.tsx')
-rw-r--r--packages/aml-backoffice-ui/src/Dashboard.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/aml-backoffice-ui/src/Dashboard.tsx b/packages/aml-backoffice-ui/src/Dashboard.tsx
index f791906b9..0fcea3ee9 100644
--- a/packages/aml-backoffice-ui/src/Dashboard.tsx
+++ b/packages/aml-backoffice-ui/src/Dashboard.tsx
@@ -105,7 +105,8 @@ export function ExchangeAmlFrame({
} else {
notifyError(i18n.str`Internal error, please report.`, String(error) as TranslatedString)
}
- resetError()
+ console.log(error)
+ // resetError()
}
}, [error])