Stop showing actioned inbox items (https://github.com/woocommerce/woocommerce-admin/pull/8394)
* Stop showing actioned inbox items - revert of https://github.com/woocommerce/woocommerce-admin/pull/7983/ * Trigger rerun of CI
This commit is contained in:
parent
b871cbf09b
commit
d2205a6faf
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: Fix
|
||||
|
||||
Stop showing actioned inbox items #8394
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue