mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix: the behavior of save action in opening config panel (#2736)
This commit is contained in:
@@ -95,7 +95,10 @@ const ConfigPanel = () => {
|
|||||||
<Button
|
<Button
|
||||||
type='primary'
|
type='primary'
|
||||||
className='mr-2 text-sm font-medium'
|
className='mr-2 text-sm font-medium'
|
||||||
onClick={handleStartChat}
|
onClick={() => {
|
||||||
|
setCollapsed(true)
|
||||||
|
handleStartChat()
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{t('common.operation.save')}
|
{t('common.operation.save')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user