DEV: add panel-body-bottom outlet to user menu (#21386)

This commit is contained in:
Kris 2023-05-04 13:17:50 -04:00 committed by GitHub
parent b2a727336e
commit 2cc644cec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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