Fixed export popup not closing

This commit is contained in:
Lucas Oliveira 2023-06-15 08:58:30 -03:00
commit c260ffe316

View file

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