FIX: computed is not used

This commit is contained in:
Robin Ward 2019-04-04 17:38:27 -04:00
parent a0f7953f0c
commit aa4a38b08a
1 changed files with 0 additions and 1 deletions

View File

@ -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"),