fix: thread reset state

This commit is contained in:
Louis 2024-12-26 19:12:10 +07:00
parent 5931dbede3
commit a720affd93
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -48,6 +48,7 @@ export default function useDeleteThread() {
if (thread) {
const updatedThread = {
...thread,
title: 'New Thread',
metadata: {
...thread.metadata,
title: 'New Thread',