From 874124d2e301ac4b5bf70937ac144bf3d371ecca Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 27 Aug 2024 11:30:47 -0300 Subject: show error with debug info --- packages/aml-backoffice-ui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/aml-backoffice-ui/src/App.tsx') diff --git a/packages/aml-backoffice-ui/src/App.tsx b/packages/aml-backoffice-ui/src/App.tsx index e9be84441..0b66e0d26 100644 --- a/packages/aml-backoffice-ui/src/App.tsx +++ b/packages/aml-backoffice-ui/src/App.tsx @@ -111,7 +111,7 @@ function getInitialBackendBaseURL( ): string { const overrideUrl = typeof localStorage !== "undefined" - ? localStorage.getItem("exchange-base-url") + ? localStorage.getItem("aml-base-url") : undefined; let result: string; -- cgit v1.2.3