From 0cb4109cbbad248c494583707f96051004f00a58 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 4 Nov 2020 07:29:00 +0530 Subject: [PATCH] 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. --- .../app/templates/components/groups-form-interaction-fields.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/components/groups-form-interaction-fields.hbs b/app/assets/javascripts/discourse/app/templates/components/groups-form-interaction-fields.hbs index 80d0b147547..12bcf7b1373 100644 --- a/app/assets/javascripts/discourse/app/templates/components/groups-form-interaction-fields.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/groups-form-interaction-fields.hbs @@ -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" ) }}