Skip to content

Commit 9d97775

Browse files
committed
User tab - adding new column provider type
issue #233
1 parent 98e2f63 commit 9d97775

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/common/RESOURCE_MAP.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ const RESOURCE_MAP: { [key in TResourceType]: IResource } = {
178178
options: STATUSES,
179179
panelSection: 'meta',
180180
},
181+
{
182+
fieldName: 'Provider Type',
183+
key: 'providerType',
184+
panelSection: null,
185+
sortable: true,
186+
},
181187
{
182188
fieldName: 'Created',
183189
hideOnTable: true,

0 commit comments

Comments
 (0)