mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 18:42:45 +08:00
remove unused const
This commit is contained in:
parent
2d0537b593
commit
19177c89e8
|
@ -2,7 +2,7 @@ import MultiSelectComponent from "select-kit/components/multi-select";
|
|||
import Tags from "select-kit/mixins/tags";
|
||||
import renderTag from "discourse/lib/render-tag";
|
||||
import computed from "ember-addons/ember-computed-decorators";
|
||||
const { get, isEmpty, run, makeArray } = Ember;
|
||||
const { get, run, makeArray } = Ember;
|
||||
|
||||
export default MultiSelectComponent.extend(Tags, {
|
||||
pluginApiIdentifiers: ["tag-chooser"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user