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 0731fe6 commit 967e3b1Copy full SHA for 967e3b1
assets/javascripts/discourse/components/custom-wizard-category-settings.js
@@ -1,12 +1,13 @@
1
import Component from "@glimmer/component";
2
-import { action } from "@ember/object";
3
import { tracked } from "@glimmer/tracking";
4
-import CustomWizardAdmin from "../models/custom-wizard-admin";
+import { action } from "@ember/object";
5
import { popupAjaxError } from "discourse/lib/ajax-error";
+import CustomWizardAdmin from "../models/custom-wizard-admin";
6
7
export default class CustomWizardCategorySettings extends Component {
8
@tracked wizardList = [];
9
- @tracked wizardListVal =
+ @tracked
10
+ wizardListVal =
11
this.args?.category?.custom_fields?.create_topic_wizard;
12
13
constructor() {
0 commit comments