* Stop showing actioned inbox items

- revert of https://github.com/woocommerce/woocommerce-admin/pull/7983/

* Trigger rerun of CI
This commit is contained in:
RJ 2022-03-01 21:08:29 +08:00 committed by GitHub
parent b871cbf09b
commit d2205a6faf
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: Fix
Stop showing actioned inbox items #8394

View File

@ -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',