close dialog after downloading

This commit is contained in:
proddy
2026-04-19 15:11:41 +02:00
parent e6c173bdf9
commit a1e0288e09

View File

@@ -112,6 +112,7 @@ const DownloadUpload = () => {
const handleDownload = useCallback(
(type: string) => () => {
void sendExportData(type);
setConfirmBackup(false);
},
[sendExportData]
);