From 3e8bcd85a1639cc8a2e63b56a271b442effcb5de Mon Sep 17 00:00:00 2001 From: Yuri Mutti Date: Mon, 22 Apr 2024 12:11:18 +0200 Subject: [PATCH] feat: added key on error boundary --- .../src/modules/error-handler/components/AppErrorBoundary.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/error-handler/components/AppErrorBoundary.tsx b/packages/twenty-front/src/modules/error-handler/components/AppErrorBoundary.tsx index ecd37e8e266a..7dbe0a64466a 100644 --- a/packages/twenty-front/src/modules/error-handler/components/AppErrorBoundary.tsx +++ b/packages/twenty-front/src/modules/error-handler/components/AppErrorBoundary.tsx @@ -10,6 +10,7 @@ export const AppErrorBoundary = ({ children }: { children: ReactNode }) => { return (