diff --git a/packages/app/src/data/lists.ts b/packages/app/src/data/lists.ts index e6a9ed8..ec6e3f7 100644 --- a/packages/app/src/data/lists.ts +++ b/packages/app/src/data/lists.ts @@ -13,7 +13,7 @@ export const presets: Record = { awaitingApproval: { status_in: ['placed'], payment_status_in: ['authorized', 'free', 'paid'], - archived: 'show', + archived: 'hide', viewTitle: 'Awaiting approval' }, editing: { @@ -25,13 +25,13 @@ export const presets: Record = { paymentToCapture: { status_in: ['approved'], payment_status_in: ['authorized'], - archived: 'show', + archived: 'hide', viewTitle: 'Payment to capture' }, fulfillmentInProgress: { status_in: ['approved'], fulfillment_status_in: ['in_progress'], - archived: 'show', + archived: 'hide', viewTitle: 'Fulfillment in progress' }, history: {