Bring back the postinstall dialog
This commit is contained in:
@@ -184,7 +184,7 @@ function create() {
|
||||
|
||||
if (result.status !== 202) return [result];
|
||||
|
||||
return [null];
|
||||
return [null, result.body];
|
||||
},
|
||||
async list() {
|
||||
let error, result;
|
||||
|
||||
Reference in New Issue
Block a user