Fix customer type filter param in orders report (https://github.com/woocommerce/woocommerce-admin/pull/2169)
This commit is contained in:
parent
70f3cbe13c
commit
0ed477fc3c
|
@ -144,7 +144,7 @@ export const advancedFilters = {
|
|||
getLabels: getCouponLabels,
|
||||
},
|
||||
},
|
||||
customer: {
|
||||
customer_type: {
|
||||
labels: {
|
||||
add: __( 'Customer Type', 'woocommerce-admin' ),
|
||||
remove: __( 'Remove customer filter', 'woocommerce-admin' ),
|
||||
|
|
Loading…
Reference in New Issue