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:
Amanda Alves Branquinho 2024-12-12 21:49:22 -03:00 committed by GitHub
parent c9247cde29
commit 462e613c08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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