fix: user filter list will fail to load the avatar after searching

pull/885/head
Ryan Wang 2023-02-24 14:32:30 +08:00
parent 6244e8b5c0
commit aee29535a5
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ const searchResults = computed(() => {
<VEntityField>
<template #description>
<VAvatar
:key="user.metadata.name"
:alt="user.spec.displayName"
:src="user.spec.avatar"
size="md"