mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-04-30 12:35:10 +00:00
close dialog after downloading
This commit is contained in:
@@ -112,6 +112,7 @@ const DownloadUpload = () => {
|
||||
const handleDownload = useCallback(
|
||||
(type: string) => () => {
|
||||
void sendExportData(type);
|
||||
setConfirmBackup(false);
|
||||
},
|
||||
[sendExportData]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user