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