close dialog after download

This commit is contained in:
proddy
2026-04-19 15:10:51 +02:00
parent e2750b8572
commit dde6a8c5db

View File

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