Skip to content

Commit

Permalink
fix: thread reset state
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Dec 26, 2024
1 parent 5931dbe commit a720aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/hooks/useDeleteThread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function useDeleteThread() {
if (thread) {
const updatedThread = {
...thread,
title: 'New Thread',
metadata: {
...thread.metadata,
title: 'New Thread',
Expand Down

0 comments on commit a720aff

Please sign in to comment.