chat window now displays session name instead of UUID, and added delete confirmation for session
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ChatWindow({ messages, loadingHistory, streaming, onSend
|
||||
{/* Header */}
|
||||
<div className="panel-header" style={{ padding: '0 20px' }}>
|
||||
<span className="text-base text-secondary">
|
||||
{activeSession ? activeSession.external_id : 'No session selected'}
|
||||
{activeSession ? ( activeSession.name || activeSession.external_id) : 'No session selected'}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user