feat: integrate chat sharing functionality in header component

This commit is contained in:
Anish Sarkar 2026-01-20 16:14:57 +05:30
parent 459a354e0f
commit 8e5a80fc19
3 changed files with 36 additions and 8 deletions

View file

@ -1063,8 +1063,6 @@ export default function NewChatPage() {
header={
<ChatHeader
searchSpaceId={searchSpaceId}
thread={currentThread}
onThreadVisibilityChange={handleVisibilityChange}
/>
}
/>