Refresh backup list after app backup creation

This commit is contained in:
Johannes Zellner
2025-04-22 17:56:50 +02:00
parent 9f94545283
commit a26ceeb76d
2 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ function create() {
}
if (result.status !== 202) return [result];
return [null];
return [null, result.body.taskId];
},
async updateBackup(id, backupId, label, preserveSecs) {
let result;