quick bug fixes
This commit is contained in:
parent
5abe4c6748
commit
2e89ff0537
1 changed files with 1 additions and 3 deletions
|
@ -1298,7 +1298,7 @@ class Localuser{
|
|||
if(json.message) form.error("name", json.message);
|
||||
else{
|
||||
devPortal.returnFromSub();
|
||||
this.manageApplication(json.id);
|
||||
this.manageApplication(json.id,devPortal);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1373,8 +1373,6 @@ class Localuser{
|
|||
headers: this.headers,
|
||||
});
|
||||
const json = await res.json();
|
||||
|
||||
const fields: any = {};
|
||||
const form=container.addSubForm(json.name,()=>{},{
|
||||
fetchURL:this.info.api + "/applications/" + appId,
|
||||
method:"PATCH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue