Add plugin outlet for after-panel-body in user menu

Similar to panel-body-bottom but shows up outside the div, and
shows even during EmptyStateComponent is shown.
This commit is contained in:
Jeff Wong 2023-09-05 15:51:37 -07:00
parent bbc7518b0f
commit 2829898951
1 changed files with 5 additions and 1 deletions

View File

@ -39,4 +39,8 @@
</div>
{{else}}
{{component this.emptyStateComponent}}
{{/if}}
{{/if}}
<PluginOutlet
@name="after-panel-body"
@outletArgs={{hash closeUserMenu=@closeUserMenu}}
/>