This commit is contained in:
dcore94 2023-05-18 12:17:58 +02:00
parent 7ce89a050d
commit fed2f1d63c
1 changed files with 1 additions and 1 deletions

View File

@ -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