Fixed export popup not closing
This commit is contained in:
parent
788213a38f
commit
c260ffe316
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue