@linzjs/step-ag-grid 13.1.1 → 13.1.2

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
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "13.1.1",
5
+ "version": "13.1.2",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -92,7 +92,7 @@ export const GridFilterColumnsToggle = ({ saveState = true }: GridFilterColumnsT
92
92
  .map((col) => (
93
93
  <MenuItem
94
94
  key={col.colId}
95
- disabled={col.lockVisible}
95
+ disabled={isNonManageableColumn(col)}
96
96
  onClick={(e: ClickEvent) => {
97
97
  // Global react-menu MenuItem handler handles tabs
98
98
  if (e.key !== "Tab") {