|
@@ -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>
|