fix build
This commit is contained in:
@@ -18,9 +18,7 @@ export const useOrderFiltersFields = (): FieldType[] => {
|
||||
{ label: 'در انتظار پرداخت', value: OrderStatus.PENDING_PAYMENT },
|
||||
{ label: 'پرداخت شده', value: OrderStatus.PAID },
|
||||
{ label: 'در حال آماده سازی', value: OrderStatus.PREPARING },
|
||||
{ label: 'آماده', value: OrderStatus.READY },
|
||||
{ label: 'تحویل به پیشخدمت', value: OrderStatus.DELIVERED_TO_WAITER },
|
||||
{ label: 'تحویل به پذیرش', value: OrderStatus.DELIVERED_TO_RECEPTIONIST },
|
||||
{ label: 'تحویل به پذیرش', value: OrderStatus.DELIVERED_TO_RECEPIENT },
|
||||
{ label: 'ارسال شده', value: OrderStatus.SHIPPED },
|
||||
{ label: 'تکمیل شده', value: OrderStatus.COMPLETED },
|
||||
{ label: 'لغو شده', value: OrderStatus.CANCELED },
|
||||
|
||||
Reference in New Issue
Block a user