From 420839bcf547c7c573879f40175a0da252f4cd85 Mon Sep 17 00:00:00 2001 From: femyeda Date: Sun, 15 Aug 2021 08:49:30 -0500 Subject: [PATCH] fix issue where user cant cancel caldav dialog --- pages/integrations/index.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index ef9cde37..4d9f6612 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -234,7 +234,7 @@ export default function Home({ integrations }: Props) { const ConnectCalDavServerDialog = ({ isOpen }) => { return ( - + setIsAddCalDavIntegrationDialogOpen(isOpen)}> Save - + { + setIsAddCalDavIntegrationDialogOpen(false); + }} + as="button" + className="btn btn-white mx-2"> Cancel