Skip to content

Commit c4fd5f5

Browse files
add sharepoint quota
1 parent 4bbcb10 commit c4fd5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/tenant/administration/ListAlertsQueue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ const ListAlertsQueue = () => {
144144
},
145145
{
146146
name: 'Sharepoint Quota',
147-
selector: (row) => row['SharePointQuota'],
147+
selector: (row) => row['SharepointQuota'],
148148
sortable: true,
149-
exportSelector: 'SharePointQuota',
149+
exportSelector: 'SharepointQuota',
150150
cell: cellBooleanFormatter(),
151151
},
152152
{

0 commit comments

Comments
 (0)