Skip to content

Commit

Permalink
FIX: Pass period filter to plugin outlet (#19182)
Browse files Browse the repository at this point in the history
Pass period filter to `admin-dashboard-moderation-bottom` plugin outlet.

This allows plugins to render period filtered moderation data/report
  • Loading branch information
s3lase committed Nov 24, 2022
1 parent aac3f15 commit 767e8ec
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@

<AdminReport @dataSourceName="user_flagging_ratio" @filters={{this.lastWeekfilters}} @reportOptions={{this.userFlaggingRatioOptions}} />

<PluginOutlet @name="admin-dashboard-moderation-bottom" @tagName="span" @connectorTagName="div" />
<PluginOutlet
@name="admin-dashboard-moderation-bottom"
@tagName="span"
@connectorTagName="div"
@args={{hash filters=this.lastWeekfilters}}
/>
</div>
</div>

0 comments on commit 767e8ec

Please sign in to comment.