mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Show tag count for existing tags (#9892)
* FIX: Show tag count for existing tags * Add test
This commit is contained in:
@@ -45,7 +45,7 @@ export default ComboBox.extend(TagsMixin, {
|
||||
},
|
||||
|
||||
modifyComponentForRow(collection, item) {
|
||||
if (this.getValue(item) === this.selectKit.filter) {
|
||||
if (this.getValue(item) === this.selectKit.filter && !item.count) {
|
||||
return "select-kit/select-kit-row";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user