mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 11:03:54 +08:00
FIX: pass correct arg to outlet (#30159)
* Fix:pass correct arg to outlet * Update app/assets/javascripts/discourse/app/components/small-user-list.gjs Co-authored-by: Jarek Radosz <jradosz@gmail.com> --------- Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
c9247cde29
commit
462e613c08
|
@ -32,7 +32,7 @@ export default class SmallUserList extends Component {
|
|||
{{#if this.users}}
|
||||
<PluginOutlet
|
||||
@name="small-user-list-internal"
|
||||
@outletArgs={{hash data=this.args}}
|
||||
@outletArgs={{hash data=@data}}
|
||||
>
|
||||
<div class="clearfix small-user-list" ...attributes>
|
||||
<span
|
||||
|
|
Loading…
Reference in New Issue
Block a user