fix
This commit is contained in:
parent
2d82c95409
commit
e872fcf600
|
@ -273,7 +273,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
this.refreshExecution(exec.id)
|
||||
}else{
|
||||
this.#pending.filter(pe=>{
|
||||
if(pe === data.jobId){
|
||||
if(pe === data.jobID){
|
||||
this.refreshExecution(pe)
|
||||
return false
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue