From f9bf53658e50a452c634625e3157839ea8687873 Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Tue, 19 Nov 2024 18:50:41 -0700 Subject: [PATCH] fix: restore form; add throw error button --- web/src/layouts/BaseLayout/BaseLayout.tsx | 10 ++++ web/src/lib/sentry.ts | 51 ++++++++++----------- web/src/pages/NewEventPage/NewEventPage.tsx | 5 +- 3 files changed, 36 insertions(+), 30 deletions(-) diff --git a/web/src/layouts/BaseLayout/BaseLayout.tsx b/web/src/layouts/BaseLayout/BaseLayout.tsx index f0ab10b..9e3f72a 100644 --- a/web/src/layouts/BaseLayout/BaseLayout.tsx +++ b/web/src/layouts/BaseLayout/BaseLayout.tsx @@ -21,6 +21,16 @@ const BaseLayout = ({ children }: BaseLayoutProps) => { <>
+
+ +
{children}