diff --git a/assets/javascripts/discourse/lib/wizard-json.js.es6 b/assets/javascripts/discourse/lib/wizard-json.js.es6 index c1325514..25075f4c 100644 --- a/assets/javascripts/discourse/lib/wizard-json.js.es6 +++ b/assets/javascripts/discourse/lib/wizard-json.js.es6 @@ -105,7 +105,7 @@ function buildBasicProperties(json, type, props) { props[p] = buildProperty(json, p, type); if (hasAdvancedProperties(json, type)) { - result.showAdvanced = true; + props.showAdvanced = true; } });