FIX: Move makeArray to discourse-common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { makeArray } from "discourse/lib/utilities";
|
||||
import { makeArray } from "discourse-common/lib/helpers";
|
||||
import { empty, notEmpty, match } from "@ember/object/computed";
|
||||
import Controller from "@ember/controller";
|
||||
import { default as computed } from "ember-addons/ember-computed-decorators";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { makeArray } from "discourse/lib/utilities";
|
||||
import { makeArray } from "discourse-common/lib/helpers";
|
||||
import { inject } from "@ember/controller";
|
||||
import Controller from "@ember/controller";
|
||||
import { setting } from "discourse/lib/computed";
|
||||
|
||||
Reference in New Issue
Block a user