Skip to content

Commit 08e1ad1

Browse files
committed
fix: ts error in type
1 parent c47c70a commit 08e1ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ onMounted(() => {
678678
679679
onBeforeUnmount(() => {
680680
window.sendMessage = null
681-
window.userProfile = null
681+
window.chatUserProfile = null
682682
})
683683
684684
function setScrollBottom() {

0 commit comments

Comments
 (0)