@topconsultnpm/sdkui-react 6.19.0-dev3.8 → 6.19.0-dev3.9

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.
@@ -496,7 +496,8 @@ const TMMetadataValues = ({ showCheckBoxes = ShowCheckBoxesMode.Never, checkPerm
496
496
  const parent = layout.items?.filter(p => p.layoutItemID === layoutItem.parentID);
497
497
  if (parent && parent.length > 0 && parent[0].type === LayoutItemTypes.LayoutGroup && parent[0].lgd) {
498
498
  const groupDescriptor = parent[0].lgd;
499
- if (groupDescriptor.borderStyle == LayoutGroupBorderStyles.Group)
499
+ if (groupDescriptor.borderStyle == LayoutGroupBorderStyles.Group
500
+ || groupDescriptor.borderStyle == LayoutGroupBorderStyles.NoBorder)
500
501
  isAccordion = false;
501
502
  }
502
503
  // Find the metadata value for this MID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.19.0-dev3.8",
3
+ "version": "6.19.0-dev3.9",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",