Fix the bug of conversation title
This commit is contained in:
@@ -18,8 +18,6 @@ export const getConversations = async () => {
|
||||
}
|
||||
|
||||
export const createNewConversation = () => {
|
||||
const conversation = useConversation()
|
||||
conversation.value = getDefaultConversationData()
|
||||
navigateTo('/')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user