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