rez-table-listing-mui 1.3.40 → 1.3.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez-table-listing-mui",
3
- "version": "1.3.40",
3
+ "version": "1.3.42",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",
@@ -145,7 +145,7 @@ const FilterCriteria = ({
145
145
  <Box
146
146
  sx={{
147
147
  maxHeight: filterMaster?.saved_filters?.selectedId
148
- ? `calc("100vh - 601px")`
148
+ ? `calc(100vh - 601px)`
149
149
  : `calc(100vh - 440px)`,
150
150
  overflowY: "auto",
151
151
  width: "100%",