mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
DEV: Plugin outlet around user menu empty state (#24730)
This commit is contained in:
parent
6a66dc1cfb
commit
efcb5bb3df
@ -38,7 +38,12 @@
|
||||
/>
|
||||
</div>
|
||||
{{else}}
|
||||
{{component this.emptyStateComponent}}
|
||||
<PluginOutlet
|
||||
@name="user-menu-items-list-empty-state"
|
||||
@outletArgs={{hash model=this}}
|
||||
>
|
||||
{{component this.emptyStateComponent}}
|
||||
</PluginOutlet>
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="after-panel-body"
|
||||
|
Loading…
Reference in New Issue
Block a user