call correct update function
This commit is contained in:
parent
3e7f3a515a
commit
a5e3b396d5
|
@ -255,7 +255,7 @@ class CCPMethodList2 extends HTMLElement{
|
|||
throw "Unable to import"
|
||||
}else return reply.text()
|
||||
}).then(data=>{
|
||||
this.updateList()
|
||||
this.fetchProcesses()
|
||||
}).catch(err=>{ alert(err) })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue