From d3e2ee2974e6bbbd5e04e3d1003bbbe929686cd8 Mon Sep 17 00:00:00 2001 From: karamvir Date: Sun, 6 Aug 2023 21:19:27 -0700 Subject: [PATCH] ensure confirm update closes on click --- frontend/src/components/config/confirm-update.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/config/confirm-update.tsx b/frontend/src/components/config/confirm-update.tsx index 62a16779f..61f8e410f 100644 --- a/frontend/src/components/config/confirm-update.tsx +++ b/frontend/src/components/config/confirm-update.tsx @@ -33,7 +33,14 @@ export const ConfirmUpdate = ({ content, onConfirm }: ConfirmUpdateProps) => {
{content}
-