Fix the bug of conversation title

This commit is contained in:
Rafi
2023-04-01 21:54:15 +08:00
parent f20a3562f3
commit 8ff914582a
3 changed files with 8 additions and 8 deletions

View File

@@ -18,8 +18,6 @@ export const getConversations = async () => {
}
export const createNewConversation = () => {
const conversation = useConversation()
conversation.value = getDefaultConversationData()
navigateTo('/')
}