mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: group notification level cannot be null (#11109)
Group's `default_notification_level` cannot be null so there is no need to provide "none" translation for group notification level dropdown.
This commit is contained in:
parent
2bb7676ba4
commit
0cb4109cbb
@ -97,7 +97,6 @@
|
||||
value=model.default_notification_level
|
||||
class="groups-form-default-notification-level"
|
||||
options=(hash
|
||||
none="select_kit.default_header_text"
|
||||
i18nPrefix="groups.notifications"
|
||||
)
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user