Skip to content

Commit

Permalink
XWIKI-21935: Annotate Live Data entries with a class corresponding to…
Browse files Browse the repository at this point in the history
… the entry id
  • Loading branch information
manuelleduc committed Feb 27, 2024
1 parent 5337809 commit e002fd0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
the table is refreshed.
-->
<component
:class="['livedata-displayer', propertyId]"
class="livedata-displayer"
:data-livedata-property-id="propertyId"
:is="`Displayer${this.capitalize(this.displayerId)}`"
:property-id="propertyId"
:entry="entry"
Expand Down

0 comments on commit e002fd0

Please sign in to comment.