FIX: Add checkbox-label to notification bulk actions (#24734)
Followup to c80b5b718c
This commit is contained in:
parent
77b6a038ba
commit
3141994e38
|
@ -1,7 +1,7 @@
|
|||
<div class="bulk-notification-list">
|
||||
{{#each this.notificationLevels as |level|}}
|
||||
<div class="controls">
|
||||
<label class="radio notification-level-radio">
|
||||
<label class="radio notification-level-radio checkbox-label">
|
||||
<RadioButton
|
||||
@value={{level.id}}
|
||||
@name="notification_level"
|
||||
|
|
Loading…
Reference in New Issue