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