Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wayne.lee
/
tsms
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
update
tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui
hace 1 año
padre
a8e7f0b1d1
commit
7ee7a258fe
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/components/TransferList/MultiSelectList.tsx
+ 1
- 1
src/components/TransferList/MultiSelectList.tsx
Ver fichero
@@ -106,7 +106,7 @@ export const MultiSelectList: React.FC<TransferListProps> = ({
<Stack spacing={2}>
{values.toSorted(compareFn).map((value) => (
<Typography key={value} whiteSpace="normal">
{sortMap[value].label}
{sortMap[value]
?
.label}
</Typography>
))}
</Stack>
Escribir
Vista previa
Cargando…
Cancelar
Guardar