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:
parent
bbc7518b0f
commit
2829898951
|
@ -39,4 +39,8 @@
|
|||
</div>
|
||||
{{else}}
|
||||
{{component this.emptyStateComponent}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="after-panel-body"
|
||||
@outletArgs={{hash closeUserMenu=@closeUserMenu}}
|
||||
/>
|
Loading…
Reference in New Issue