@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 = SDK_Globals.useLocalizedName ? ad?.nameLoc : ad?.name;
384
+ ad.name = ad?.nameLoc;
385
385
  const fsi = new TMFileSystemItem();
386
386
  fsi.name = ad.name ?? '';
387
387
  fsi.dataItem = ad;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.10.43",
3
+ "version": "6.10.44",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",