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() {