@megha-ui/react 1.2.630 → 1.2.631

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.
@@ -694,8 +694,8 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
694
694
  }
695
695
  return typeof column.width === "string" && column.width === "";
696
696
  });
697
- console.log("Coming here");
698
- if (entrieGridRef.current &&
697
+ if (gridGroupBy === "" &&
698
+ entrieGridRef.current &&
699
699
  widthMode === "custom" &&
700
700
  hasNoWidths &&
701
701
  !ignoreHugContent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.630",
3
+ "version": "1.2.631",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",