Skip to content

Commit cfef12b

Browse files
authored
fix: ts error in type (#4196)
1 parent c47c70a commit cfef12b

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)