Skip to content

Commit

Permalink
Stop showing actioned inbox items (woocommerce/woocommerce-admin#8394)
Browse files Browse the repository at this point in the history
* Stop showing actioned inbox items

- revert of woocommerce/woocommerce-admin#7983

* Trigger rerun of CI
  • Loading branch information
rjchow committed Mar 1, 2022
1 parent b871cbf commit d2205a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: Fix

Stop showing actioned inbox items #8394
2 changes: 1 addition & 1 deletion plugins/woocommerce-admin/client/inbox-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const renderNotes = ( {
const INBOX_QUERY = {
page: 1,
per_page: QUERY_DEFAULTS.pageSize,
status: 'unactioned,actioned',
status: 'unactioned',
type: QUERY_DEFAULTS.noteTypes,
orderby: 'date',
order: 'desc',
Expand Down

0 comments on commit d2205a6

Please sign in to comment.