Skip to content

Commit 967e3b1

Browse files
committed
fix linting
1 parent 0731fe6 commit 967e3b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/javascripts/discourse/components/custom-wizard-category-settings.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import Component from "@glimmer/component";
2-
import { action } from "@ember/object";
32
import { tracked } from "@glimmer/tracking";
4-
import CustomWizardAdmin from "../models/custom-wizard-admin";
3+
import { action } from "@ember/object";
54
import { popupAjaxError } from "discourse/lib/ajax-error";
5+
import CustomWizardAdmin from "../models/custom-wizard-admin";
66

77
export default class CustomWizardCategorySettings extends Component {
88
@tracked wizardList = [];
9-
@tracked wizardListVal =
9+
@tracked
10+
wizardListVal =
1011
this.args?.category?.custom_fields?.create_topic_wizard;
1112

1213
constructor() {

0 commit comments

Comments
 (0)