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: support selecting yaml extension when importing dsl file (
#14088
)
tags/1.0.0
wellCh4n
hace 8 meses
padre
9c42626772
commit
79d4db8541
No account linked to committer's email address
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
web/app/components/app/create-from-dsl-modal/uploader.tsx
+ 1
- 1
web/app/components/app/create-from-dsl-modal/uploader.tsx
Ver fichero
@@ -97,7 +97,7 @@ const Uploader: FC<Props> = ({
style={{ display: 'none' }}
type="file"
id="fileUploader"
accept='.yml'
accept='.y
aml,.y
ml'
onChange={fileChangeHandle}
/>
<div ref={dropRef}>
Escribir
Vista previa
Cargando…
Cancelar
Guardar