fix: attributes

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-14 13:02:51 +00:00
parent 3127336a9f
commit 2929a61855
1 changed files with 10 additions and 9 deletions

View File

@ -1,9 +1,10 @@
solid-poll( solid-poll(
data-src=component.endpoints.get data-src=component.endpoints.get
data-dest=component.endpoints.post data-dest=component.endpoints.post
range-tags=component.endpoints.pollRangeTags range-tags=component.endpoints.pollRangeTags
range-circles=component.endpoints.pollRangeCircles range-circles=component.endpoints.pollRangeCircles
upload-dir=component.endpoints.uploads upload-dir=component.endpoints.uploads
display-start-end-date=component.parameters.displayStartEndDates uniq=component.uniq
uniq=component.uniq )&attributes({
) "display-start-end-date": component.parameters ? component.parameters.displayStartEndDates : false
})