Skip to content

Commit 17a4b8a

Browse files
authored
Merge pull request #2392 from JohnDuprey/dev
Update Users.jsx
2 parents 361dedd + 130d25b commit 17a4b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/identity/administration/Users.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ const Users = (row) => {
480480
'id,accountEnabled,businessPhones,city,createdDateTime,companyName,country,department,displayName,faxNumber,givenName,isResourceAccount,jobTitle,mail,mailNickname,mobilePhone,onPremisesDistinguishedName,officeLocation,onPremisesLastSyncDateTime,otherMails,postalCode,preferredDataLocation,preferredLanguage,proxyAddresses,showInAddressList,state,streetAddress,surname,usageLocation,userPrincipalName,userType,assignedLicenses,onPremisesSyncEnabled',
481481
$count: true,
482482
$orderby: 'displayName',
483+
$top: 999,
483484
},
484485
tableProps: {
485486
keyField: 'id',

0 commit comments

Comments
 (0)