DEV: Use class attribute instead of @class arg (#24804)

This commit is contained in:
Jarek Radosz
2023-12-12 13:09:05 +01:00
committed by GitHub
parent 86b9e784dc
commit 41942357ed
122 changed files with 243 additions and 259 deletions

View File

@ -59,8 +59,8 @@
@content={{this.groupableUserFields}}
@value={{this.groupedBy}}
@nameProperty="label"
@class="poll-breakdown-dropdown"
@onChange={{action this.setGrouping}}
class="poll-breakdown-dropdown"
/>
</div>

View File

@ -187,9 +187,9 @@
<ComboBox
@content={{this.pollResults}}
@value={{this.pollResult}}
@class="poll-result"
@valueProperty="value"
@onChange={{action (mut this.pollResult)}}
class="poll-result"
/>
</div>