diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs index fabc4b36..c52f6cd1 100644 --- a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs @@ -304,24 +304,7 @@ -
-
- -
- -
- {{combo-box - value=action.notification_level - content=availableNotificationLevels - onChange=(action (mut action.notification_level)) - options=(hash - isDisabled=action.custom_title_enabled - none='admin.wizard.action.watch_categories.select_a_notification_level' - )}} -
-
- -
+
@@ -338,6 +321,23 @@ )}}
+ +
+
+ +
+ +
+ {{combo-box + value=action.notification_level + content=availableNotificationLevels + onChange=(action (mut action.notification_level)) + options=(hash + isDisabled=action.custom_title_enabled + none='admin.wizard.action.watch_categories.select_a_notification_level' + )}} +
+
{{/if}} {{#if showAdvanced}}