FIX: Add checkbox-label to notification bulk actions (#24734)

Followup to c80b5b718c
This commit is contained in:
Martin Brennan 2023-12-06 11:22:48 +10:00 committed by GitHub
parent 77b6a038ba
commit 3141994e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"