From 5fc5ce113e0377cd06e16a045894ce27a40b3c56 Mon Sep 17 00:00:00 2001 From: Robert Barrow Date: Sun, 24 May 2020 08:56:27 +0100 Subject: [PATCH] Update schema against PR feedback --- assets/javascripts/discourse/lib/wizard-schema.js.es6 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/discourse/lib/wizard-schema.js.es6 b/assets/javascripts/discourse/lib/wizard-schema.js.es6 index c18913c0..f3c61cd8 100644 --- a/assets/javascripts/discourse/lib/wizard-schema.js.es6 +++ b/assets/javascripts/discourse/lib/wizard-schema.js.es6 @@ -142,7 +142,7 @@ const action = { custom_fields: null }, watch_categories: { - category: null, + categories: null, mute_remainder: null }, add_to_group: { @@ -162,8 +162,9 @@ const action = { 'recipient', 'profile_updates', 'group', - 'mute_remainder', - 'url' + 'url', + 'categories', + 'mute_remainder' ], advanced: [ 'code',