@topconsultnpm/sdkui-react-beta 6.10.43 → 6.10.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -381,7 +381,7 @@ const TMAreaManager = (props = { selectionMode: 'multiple', isPathChooser: false
|
|
|
381
381
|
const adlist = await tms?.NewAreaEngine().RetrieveAllAsync().catch((err) => TMExceptionBoxManager.show({ exception: err }));
|
|
382
382
|
setAreas(adlist);
|
|
383
383
|
for (const ad of adlist) {
|
|
384
|
-
ad.name =
|
|
384
|
+
ad.name = ad?.nameLoc;
|
|
385
385
|
const fsi = new TMFileSystemItem();
|
|
386
386
|
fsi.name = ad.name ?? '';
|
|
387
387
|
fsi.dataItem = ad;
|