fix
This commit is contained in:
parent
a31fcc132f
commit
7d3c583b20
|
@ -274,7 +274,6 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
}else{
|
||||
this.#pending = this.#pending.filter(pe=>{
|
||||
if(pe === data.jobID){
|
||||
this.#data.push(data)
|
||||
this.refreshExecution(pe)
|
||||
return false
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue