fix
This commit is contained in:
parent
e872fcf600
commit
a31fcc132f
|
@ -272,8 +272,9 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
if(exec){
|
||||
this.refreshExecution(exec.id)
|
||||
}else{
|
||||
this.#pending.filter(pe=>{
|
||||
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