mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: load tag_groups and not tags
This commit is contained in:
@@ -66,7 +66,7 @@ export default MultiSelectComponent.extend(Tags, {
|
||||
limit: this.get("siteSettings.max_tag_search_results")
|
||||
};
|
||||
|
||||
this.searchTags("/tags/filter/search", data, this._transformJson);
|
||||
this.searchTags("/tag_groups/filter/search", data, this._transformJson);
|
||||
},
|
||||
|
||||
_transformJson(context, json) {
|
||||
|
||||
Reference in New Issue
Block a user