mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 16:05:55 +08:00
fix: the behavior of save action in opening config panel (#2736)
This commit is contained in:
parent
24809fce07
commit
9440d7fe88
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user