fix: support older node versions
This commit is contained in:
parent
a515da9b48
commit
2f6324c2c4
@ -2,4 +2,4 @@ div.padding-top-xlarge.padding-right-xsmall.padding-bottom-xlarge.padding-left-x
|
||||
solid-dashboard(
|
||||
data-src=component.endpoints.get
|
||||
uniq=component.uniq
|
||||
)&attributes({target:component.parameters?.target})
|
||||
)&attributes({target:component.parameters ? component.parameters.target : false})
|
||||
|
Loading…
Reference in New Issue
Block a user