Skip to content

Commit 08da699

Browse files
committed
Add 'Processing' as a drop-down option
1 parent c846de6 commit 08da699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/apps/wallet-admin/src/home/tabs/payments/PaymentsTab.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,10 @@ const ListView: FC<ListViewProps> = (props: ListViewProps) => {
352352
label: 'Cancelled',
353353
value: 'CANCELLED',
354354
},
355+
{
356+
label: 'Processing',
357+
value: 'Processing',
358+
},
355359
],
356360
type: 'dropdown',
357361
},

0 commit comments

Comments
 (0)