Skip to content

Commit

Permalink
Merge pull request #193 from ECN/enhancement-add-from-to-ItemTable
Browse files Browse the repository at this point in the history
Add from field to ItemTable
  • Loading branch information
wrigh393 authored Feb 15, 2021
2 parents 5b2d5c0 + 8eb152d commit 0460c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default function ItemTable({ data, rowCanBeSelected }) {
() => [
{ Header: 'Queue', accessor: 'queue', },
{ Header: 'Item #', accessor: 'number' },
{ Header: 'From', accessor: 'userAlias'},
{ Header: 'Assigned To', accessor: 'assignedTo' },
{ Header: 'Subject', accessor: 'subject' },
{ Header: 'Status', accessor: 'status', },
Expand Down

0 comments on commit 0460c0c

Please sign in to comment.