DEV: Plugin outlet around user menu empty state (#24730)
This commit is contained in:
parent
6a66dc1cfb
commit
efcb5bb3df
|
@ -38,7 +38,12 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
<PluginOutlet
|
||||||
|
@name="user-menu-items-list-empty-state"
|
||||||
|
@outletArgs={{hash model=this}}
|
||||||
|
>
|
||||||
{{component this.emptyStateComponent}}
|
{{component this.emptyStateComponent}}
|
||||||
|
</PluginOutlet>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="after-panel-body"
|
@name="after-panel-body"
|
||||||
|
|
Loading…
Reference in New Issue