mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
fix(chat): update default chat title to "New Chat" in LayoutDataProvider and useResolvedTabs
This commit is contained in:
parent
9f1f727d89
commit
7b4e4792bf
2 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ export function LayoutDataProvider({
|
|||
|
||||
return threadsData.threads.map<ChatItem>((thread) => ({
|
||||
id: thread.id,
|
||||
name: thread.title || `Chat ${thread.id}`,
|
||||
name: thread.title || "New Chat",
|
||||
url: `/dashboard/${workspaceId}/new-chat/${thread.id}`,
|
||||
visibility: thread.visibility,
|
||||
isOwnThread: thread.is_own_thread,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue