mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 23:55:55 +08:00
fix: chat on start bug (#1588)
This commit is contained in:
parent
d8a7e894aa
commit
b23de4affc
@ -688,6 +688,7 @@ const Main: FC<IMainProps> = () => {
|
|||||||
onUnpin={handleUnpin}
|
onUnpin={handleUnpin}
|
||||||
controlUpdateList={controlUpdateConversationList}
|
controlUpdateList={controlUpdateConversationList}
|
||||||
onDelete={handleDelete}
|
onDelete={handleDelete}
|
||||||
|
onStartChat={() => handleConversationIdChange('-1')}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -668,7 +668,7 @@ const Main: FC<IMainProps> = ({
|
|||||||
onUnpin={handleUnpin}
|
onUnpin={handleUnpin}
|
||||||
controlUpdateList={controlUpdateConversationList}
|
controlUpdateList={controlUpdateConversationList}
|
||||||
onDelete={handleDelete}
|
onDelete={handleDelete}
|
||||||
onStartChat={handleStartChat}
|
onStartChat={() => handleConversationIdChange('-1')}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user