mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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 { buildCategoryPanel } from "discourse/components/edit-category-panel";
|
||||||
import computed from "ember-addons/ember-computed-decorators";
|
|
||||||
|
|
||||||
export default buildCategoryPanel("tags", {
|
export default buildCategoryPanel("tags", {
|
||||||
allowedTagsEmpty: Ember.computed.empty("category.allowed_tags"),
|
allowedTagsEmpty: Ember.computed.empty("category.allowed_tags"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user