mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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}}
|
{{#if this.users}}
|
||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="small-user-list-internal"
|
@name="small-user-list-internal"
|
||||||
@outletArgs={{hash data=this.args}}
|
@outletArgs={{hash data=@data}}
|
||||||
>
|
>
|
||||||
<div class="clearfix small-user-list" ...attributes>
|
<div class="clearfix small-user-list" ...attributes>
|
||||||
<span
|
<span
|
||||||
|
Loading…
Reference in New Issue
Block a user