mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Use class
attribute instead of @class
arg (#24804)
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user