DEV: Add PluginOutlet after user notifications filter

This commit is contained in:
Mark VanLandingham 2024-02-08 14:58:11 -06:00 committed by GitHub
parent c8410537c1
commit 797dffd7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
@value={{this.filter}}
@onChange={{action (mut this.filter)}}
/>
<PluginOutlet
@name="user-notifications-after-filter"
@outletArgs={{hash items=this.items}}
/>
</div>
{{#if this.nothingFound}}