Kaynağa Gözat

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 2 yıl önce
ebeveyn
işleme
7ee7a258fe
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/components/TransferList/MultiSelectList.tsx

+ 1
- 1
src/components/TransferList/MultiSelectList.tsx Dosyayı Görüntüle

@@ -106,7 +106,7 @@ export const MultiSelectList: React.FC<TransferListProps> = ({
<Stack spacing={2}> <Stack spacing={2}>
{values.toSorted(compareFn).map((value) => ( {values.toSorted(compareFn).map((value) => (
<Typography key={value} whiteSpace="normal"> <Typography key={value} whiteSpace="normal">
{sortMap[value].label}
{sortMap[value]?.label}
</Typography> </Typography>
))} ))}
</Stack> </Stack>


Yükleniyor…
İptal
Kaydet