more clenup and autocomplete with search working simple async calls

This commit is contained in:
talksik
2022-06-11 07:29:08 -05:00
parent a09202d653
commit b37a25fa82
4 changed files with 12 additions and 10 deletions
@@ -23,7 +23,7 @@ export default function UserDetailRow({
<Stack>
<Typography variant="subtitle2" color="info" gutterBottom={false}>
{user.givenName}
{user.name}
</Typography>
<Typography variant={'overline'}>{user.email}</Typography>
</Stack>