@topconsultnpm/sdkui-react 6.21.0-dev4.13 → 6.21.0-dev4.14
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.
- package/lib/helper/TMUtils.js +1 -1
- package/package.json +1 -1
package/lib/helper/TMUtils.js
CHANGED
|
@@ -459,7 +459,7 @@ export const buildDcmtDisplayName = (obj) => {
|
|
|
459
459
|
// Metadati con isSpecialSearchOutput = true
|
|
460
460
|
const specialOutputKeys = viewableMetadataKeys.filter(k => obj?.[k]?.md?.isSpecialSearchOutput === true);
|
|
461
461
|
if (specialOutputKeys.length > 0) {
|
|
462
|
-
return specialOutputKeys
|
|
462
|
+
return specialOutputKeys;
|
|
463
463
|
}
|
|
464
464
|
if (viewableMetadataKeys.length > 0) {
|
|
465
465
|
return viewableMetadataKeys.slice(0, 5);
|