Apply eslint
Dieser Commit ist enthalten in:
Ursprung
33824de1d1
Commit
ba897abf8e
4 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
|
@ -1,5 +1,5 @@
|
|||
import { default as discourseComputed } from "discourse-common/utils/decorators";
|
||||
import { alias, equal, or } from "@ember/object/computed";
|
||||
import { equal, or } from "@ember/object/computed";
|
||||
import { computed } from "@ember/object";
|
||||
import { selectKitContent } from "../lib/wizard";
|
||||
import UndoChanges from "../mixins/undo-changes";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import SingleSelectComponent from "select-kit/components/single-select";
|
||||
import { computed } from "@ember/object";
|
||||
|
||||
export default SingleSelectComponent.extend({
|
||||
classNames: ["combo-box", "wizard-pro-selector"],
|
||||
|
|
|
@ -2,6 +2,7 @@ import Component from "@ember/component";
|
|||
import CustomWizardPro from "../models/custom-wizard-pro";
|
||||
import { notEmpty } from "@ember/object/computed";
|
||||
import discourseComputed from "discourse-common/utils/decorators";
|
||||
import I18n from "I18n";
|
||||
|
||||
export default Component.extend({
|
||||
classNameBindings: [
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import { ajax } from "discourse/lib/ajax";
|
||||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||
import EmberObject from "@ember/object";
|
||||
import DiscourseURL from "discourse/lib/url";
|
||||
|
||||
const CustomWizardPro = EmberObject.extend();
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren