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