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

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}}