DEV: Add PluginOutlet after user notifications filter
This commit is contained in:
parent
c8410537c1
commit
797dffd7cc
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue