diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index 1da1b28..e8a5d63 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -274,7 +274,6 @@ class CCPExecutionHistory extends HTMLElement { }else{ this.#pending = this.#pending.filter(pe=>{ if(pe === data.jobID){ - this.#data.push(data) this.refreshExecution(pe) return false }else{