From cfef12b504eb2cab347e185a9316eb5357487e9a Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:25:35 +0800 Subject: [PATCH] fix: ts error in type (#4196) --- ui/src/components/ai-chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 03700bac8..1056f5a9c 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -678,7 +678,7 @@ onMounted(() => { onBeforeUnmount(() => { window.sendMessage = null - window.userProfile = null + window.chatUserProfile = null }) function setScrollBottom() {