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