fix(web): Sidebar create new chat context (#1569)

This commit is contained in:
Rhon Joe
2023-11-20 15:57:31 +08:00
committed by GitHub
parent 657334a5fd
commit ac3496e681
2 changed files with 4 additions and 1 deletions

View File

@@ -668,6 +668,7 @@ const Main: FC<IMainProps> = ({
onUnpin={handleUnpin}
controlUpdateList={controlUpdateConversationList}
onDelete={handleDelete}
onStartChat={handleStartChat}
/>
)
}