diff --git a/plugins/woocommerce-admin/client/analytics/report/orders/config.js b/plugins/woocommerce-admin/client/analytics/report/orders/config.js index 6e72f689eff..b9cf5e9f0b8 100644 --- a/plugins/woocommerce-admin/client/analytics/report/orders/config.js +++ b/plugins/woocommerce-admin/client/analytics/report/orders/config.js @@ -14,19 +14,6 @@ const { orderStatuses } = wcSettings; export const filters = [ { label: __( 'All Orders', 'wc-admin' ), value: 'all' }, - { - label: __( 'Single Order', 'wc-admin' ), - value: 'single', - subFilters: [ - { - component: 'Search', - value: 'single_order', - path: [ 'single' ], - }, - ], - }, - { label: __( 'Top Orders by Items Sold', 'wc-admin' ), value: 'top_items' }, - { label: __( 'Top Orders by Gross Sales', 'wc-admin' ), value: 'top_sales' }, { label: __( 'Advanced Filters', 'wc-admin' ), value: 'advanced' }, ];