@megha-ui/react 1.3.119 → 1.3.120
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.
|
@@ -1332,6 +1332,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
1332
1332
|
// setGridGroupBy(groupBy);
|
|
1333
1333
|
// }
|
|
1334
1334
|
// };
|
|
1335
|
+
console.log({ isHideDupsAvailable });
|
|
1335
1336
|
const gridBody = (_jsxs("div", { style: {
|
|
1336
1337
|
height: withCard ? "100%" : height,
|
|
1337
1338
|
backgroundColor: isFullScreen ? "var(--background)" : "transparent",
|
package/package.json
CHANGED