fixed typo
This commit is contained in:
parent
982778621c
commit
cbda89bded
|
@ -965,7 +965,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
{
|
||||
target : "li",
|
||||
"in" : (e,d)=>{
|
||||
const resources = d.resources ? d.resurces : []
|
||||
const resources = d.resources ? d.resources : []
|
||||
return resources.map(l=>{
|
||||
return { href : this.#serviceurl + "/executions/" + d.id + "/" + l.path, path : l.path}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue