FIX: computed is not used
This commit is contained in:
parent
a0f7953f0c
commit
aa4a38b08a
|
@ -1,5 +1,4 @@
|
|||
import { buildCategoryPanel } from "discourse/components/edit-category-panel";
|
||||
import computed from "ember-addons/ember-computed-decorators";
|
||||
|
||||
export default buildCategoryPanel("tags", {
|
||||
allowedTagsEmpty: Ember.computed.empty("category.allowed_tags"),
|
||||
|
|
Loading…
Reference in New Issue