|
@@ -47,7 +47,7 @@ const ThreadItem: React.FC<ThreadItemProps> = ({ thread, aiAssistantData, onThre
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="grw-ai-assistant-title-anchor ps-1">
|
|
<div className="grw-ai-assistant-title-anchor ps-1">
|
|
|
- <p className="text-truncate m-auto">{thread.threadId}</p>
|
|
|
|
|
|
|
+ <p className="text-truncate m-auto">{thread?.title ?? 'Untitled Thread'}</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="grw-ai-assistant-actions opacity-0 d-flex justify-content-center ">
|
|
<div className="grw-ai-assistant-actions opacity-0 d-flex justify-content-center ">
|