mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 01:12:45 +08:00
DEV: Remove duplicate filterable
option in tag-drop (#13640)
Has no effect and raises a console deprecation warning.
This commit is contained in:
parent
da41bc9f22
commit
48f36d43eb
|
@ -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 { i18n, setting } from "discourse/lib/computed";
|
||||||
import ComboBoxComponent from "select-kit/components/combo-box";
|
import ComboBoxComponent from "select-kit/components/combo-box";
|
||||||
import DiscourseURL, { getCategoryAndTagUrl } from "discourse/lib/url";
|
import DiscourseURL, { getCategoryAndTagUrl } from "discourse/lib/url";
|
||||||
|
@ -43,8 +43,6 @@ export default ComboBoxComponent.extend(TagsMixin, {
|
||||||
|
|
||||||
noTagsSelected: equal("tagId", NONE_TAG_ID),
|
noTagsSelected: equal("tagId", NONE_TAG_ID),
|
||||||
|
|
||||||
filterable: gte("content.length", 15),
|
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user