fix: chat on start bug (#1588)
This commit is contained in:
@@ -668,7 +668,7 @@ const Main: FC<IMainProps> = ({
|
||||
onUnpin={handleUnpin}
|
||||
controlUpdateList={controlUpdateConversationList}
|
||||
onDelete={handleDelete}
|
||||
onStartChat={handleStartChat}
|
||||
onStartChat={() => handleConversationIdChange('-1')}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user