diff --git a/app/assets/javascripts/select-kit/addon/components/tag-drop.js b/app/assets/javascripts/select-kit/addon/components/tag-drop.js index db19faa6a75..7ef59011c44 100644 --- a/app/assets/javascripts/select-kit/addon/components/tag-drop.js +++ b/app/assets/javascripts/select-kit/addon/components/tag-drop.js @@ -1,4 +1,4 @@ -import { equal, gte, readOnly } from "@ember/object/computed"; +import { equal, readOnly } from "@ember/object/computed"; import { i18n, setting } from "discourse/lib/computed"; import ComboBoxComponent from "select-kit/components/combo-box"; import DiscourseURL, { getCategoryAndTagUrl } from "discourse/lib/url"; @@ -43,8 +43,6 @@ export default ComboBoxComponent.extend(TagsMixin, { noTagsSelected: equal("tagId", NONE_TAG_ID), - filterable: gte("content.length", 15), - init() { this._super(...arguments);