fix
This commit is contained in:
parent
7ce89a050d
commit
fed2f1d63c
|
@ -272,7 +272,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
if(exec){
|
if(exec){
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue