From bd4deb02b0b64dfcc75e551de54267ecb6587795 Mon Sep 17 00:00:00 2001
From: Daniel Hougaard
Date: Fri, 20 Sep 2024 23:17:09 +0400
Subject: [PATCH] feat: added error boundary
---
frontend/src/layouts/AppLayout/ErrorBoundary.tsx | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/frontend/src/layouts/AppLayout/ErrorBoundary.tsx b/frontend/src/layouts/AppLayout/ErrorBoundary.tsx
index d5c951f4c..55acf3433 100644
--- a/frontend/src/layouts/AppLayout/ErrorBoundary.tsx
+++ b/frontend/src/layouts/AppLayout/ErrorBoundary.tsx
@@ -57,7 +57,14 @@ const ErrorPage = ({ error }: { error: Error | null }) => {
{orgId && (
-