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