Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
OpenSource
/
dify
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
152
Wiki
Actividad
Explorar el Código
fix: the behavior of save action in opening config panel (
#2736
)
tags/0.5.9
crazywoola
hace 1 año
padre
24809fce07
commit
9440d7fe88
No account linked to committer's email address
Se han
modificado 1 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de 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
Ver fichero
@@ -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>
Escribir
Vista previa
Cargando…
Cancelar
Guardar