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" >