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:
Arpit Jalan 2020-11-04 07:29:00 +05:30 committed by GitHub
parent 2bb7676ba4
commit 0cb4109cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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