mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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
|
||||
type='primary'
|
||||
className='mr-2 text-sm font-medium'
|
||||
onClick={handleStartChat}
|
||||
onClick={() => {
|
||||
setCollapsed(true)
|
||||
handleStartChat()
|
||||
}}
|
||||
>
|
||||
{t('common.operation.save')}
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user