From c260ffe3160649994c54cf4c31f13cc6f3919d78 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 15 Jun 2023 08:58:30 -0300 Subject: [PATCH] Fixed export popup not closing --- src/frontend/src/modals/exportModal/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/modals/exportModal/index.tsx b/src/frontend/src/modals/exportModal/index.tsx index 5f0977d71..199c74256 100644 --- a/src/frontend/src/modals/exportModal/index.tsx +++ b/src/frontend/src/modals/exportModal/index.tsx @@ -84,6 +84,8 @@ export default function ExportModal() { if (checked) downloadFlow(flows.find((f) => f.id === tabId)); else downloadFlow(removeApiKeys(flows.find((f) => f.id === tabId))); + + closePopUp(); }} type="submit" >