We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967e3b1 commit 25c8595Copy full SHA for 25c8595
assets/javascripts/discourse/components/custom-wizard-category-settings.js
@@ -7,8 +7,7 @@ import CustomWizardAdmin from "../models/custom-wizard-admin";
7
export default class CustomWizardCategorySettings extends Component {
8
@tracked wizardList = [];
9
@tracked
10
- wizardListVal =
11
- this.args?.category?.custom_fields?.create_topic_wizard;
+ wizardListVal = this.args?.category?.custom_fields?.create_topic_wizard;
12
13
constructor() {
14
super(...arguments);
0 commit comments