Order users by first name (#543)
This commit is contained in:
@ -40,7 +40,7 @@ export function CompanyAccountOwnerPicker({ company }: OwnProps) {
|
|||||||
name: user.displayName,
|
name: user.displayName,
|
||||||
avatarType: 'rounded',
|
avatarType: 'rounded',
|
||||||
}),
|
}),
|
||||||
orderByField: 'displayName',
|
orderByField: 'firstName',
|
||||||
searchOnFields: ['firstName', 'lastName'],
|
searchOnFields: ['firstName', 'lastName'],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user