diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index fe5d5a1..d937c26 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -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{