This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
OpenSource
/
dify
Прати
4
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
152
Вики
Activity
Преглед изворни кода
fix: the behavior of save action in opening config panel (
#2736
)
tags/0.5.9
crazywoola
пре 1 година
родитељ
24809fce07
комит
9440d7fe88
No account linked to committer's email address
1 измењених фајлова
са
4 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
4
1
web/app/components/base/chat/chat-with-history/config-panel/index.tsx
+ 4
- 1
web/app/components/base/chat/chat-with-history/config-panel/index.tsx
Прегледај датотеку
@@ -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>
Write
Preview
Loading…
Откажи
Сачувај