DEV: add panel-body-bottom outlet to user menu (#21386)
This commit is contained in:
parent
b2a727336e
commit
2cc644cec7
|
@ -29,6 +29,13 @@
|
|||
{{i18n "user.dismiss"}}
|
||||
</button>
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="panel-body-bottom"
|
||||
@outletArgs={{hash
|
||||
itemsCacheKey=this.itemsCacheKey
|
||||
closeUserMenu=@closeUserMenu
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
{{else}}
|
||||
{{component this.emptyStateComponent}}
|
||||
|
|
Loading…
Reference in New Issue