Bring back the postinstall dialog

This commit is contained in:
Johannes Zellner
2025-04-23 15:32:42 +02:00
parent 5cdbfc0af7
commit 775a066a9a
5 changed files with 115 additions and 9 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ function create() {
if (result.status !== 202) return [result];
return [null];
return [null, result.body];
},
async list() {
let error, result;