mirror of
https://github.com/discourse/discourse.git
synced 2025-05-11 07:17:30 +08:00
DEV: Add PluginOutlet after user notifications filter
This commit is contained in:
parent
c8410537c1
commit
797dffd7cc
@ -20,6 +20,10 @@
|
|||||||
@value={{this.filter}}
|
@value={{this.filter}}
|
||||||
@onChange={{action (mut this.filter)}}
|
@onChange={{action (mut this.filter)}}
|
||||||
/>
|
/>
|
||||||
|
<PluginOutlet
|
||||||
|
@name="user-notifications-after-filter"
|
||||||
|
@outletArgs={{hash items=this.items}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if this.nothingFound}}
|
{{#if this.nothingFound}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user