Skip to content

Commit

Permalink
added a order with packing status to mockData.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
carmen-chau committed Jan 14, 2024
1 parent 2ef7970 commit f74e191
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hackathon_site/dashboard/frontend/src/testing/mockData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,19 @@ export const mockPendingOrdersInTable: OrderInTable[] = [
createdTime: "2021-10-17T18:28:44.691969-03:00",
updatedTime: "2021-10-17T18:28:44.691969-06:00",
},
{
id: 11,
hardwareInTableRow: [
{
id: 10,
quantityRequested: 2,
quantityGranted: 1,
},
],
status: "Packing",
createdTime: "2024-01-17T18:28:44.691969-03:00",
updatedTime: "2024-12-17T18:28:44.691969-06:00",
},
{
id: 4,
hardwareInTableRow: [
Expand Down

0 comments on commit f74e191

Please sign in to comment.