Bring back the postinstall dialog
This commit is contained in:
@@ -99,10 +99,11 @@ async function submit() {
|
||||
|
||||
if (manifest.value.id === PROXY_APP_ID) config.upstreamUri = upstreamUri.value;
|
||||
|
||||
const [error] = await appsModel.install(manifest.value, config);
|
||||
const [error, result] = await appsModel.install(manifest.value, config);
|
||||
|
||||
if (!error) {
|
||||
dialog.value.close();
|
||||
localStorage['confirmPostInstall_' + result.id] = true;
|
||||
return window.location.href = '#/apps';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user