call correct update function

This commit is contained in:
dcore94 2023-02-09 16:42:05 +01:00
parent 3e7f3a515a
commit a5e3b396d5
1 changed files with 1 additions and 1 deletions

View File

@ -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) })
}
}