DEV: Plugin outlet around user menu empty state (#24730)

This commit is contained in:
Mark VanLandingham
2023-12-06 08:06:50 -06:00
committed by GitHub
parent 6a66dc1cfb
commit efcb5bb3df

View File

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