DEV: add plugin outlet to user-menu tabs (#30468)

This commit is contained in:
chapoi 2024-12-30 09:17:46 +08:00 committed by GitHub
parent 0c60575634
commit 1312563fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
/> />
{{/each}} {{/each}}
</div> </div>
<PluginOutlet
@name="user-menu-tabs-list__after"
@outletArgs={{hash user=this.currentUser}}
/>
</div> </div>
<div <div
id={{concat "quick-access-" this.currentTabId}} id={{concat "quick-access-" this.currentTabId}}