fix: thread reset state
This commit is contained in:
parent
5931dbede3
commit
a720affd93
@ -48,6 +48,7 @@ export default function useDeleteThread() {
|
|||||||
if (thread) {
|
if (thread) {
|
||||||
const updatedThread = {
|
const updatedThread = {
|
||||||
...thread,
|
...thread,
|
||||||
|
title: 'New Thread',
|
||||||
metadata: {
|
metadata: {
|
||||||
...thread.metadata,
|
...thread.metadata,
|
||||||
title: 'New Thread',
|
title: 'New Thread',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user