mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 16:43:16 +08:00
DEV: Add more args to topic-list-item outlet (#30851)
This commit is contained in:
parent
33296d5913
commit
2cd5e4d54d
|
@ -229,6 +229,9 @@ export default class Item extends Component {
|
|||
bulkSelectEnabled=@bulkSelectEnabled
|
||||
onBulkSelectToggle=this.onBulkSelectToggle
|
||||
isSelected=this.isSelected
|
||||
hideCategory=@hideCategory
|
||||
tagsForUser=@tagsForUser
|
||||
showTopicPostBadges=@showTopicPostBadges
|
||||
}}
|
||||
>
|
||||
{{#if this.useMobileLayout}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user