@leapdevuk/component-toolbox 0.0.104 → 0.0.105

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/dist/index.es.js CHANGED
@@ -4485,7 +4485,7 @@ const Mu = ({
4485
4485
  sortingOrder: ["desc", "asc"],
4486
4486
  columns: e.columns.map((o) => ({
4487
4487
  ...o,
4488
- disableColumnMenu: o.disableColumnMenu ? !0 : o.disableColumnMenu,
4488
+ disableColumnMenu: o.disableColumnMenu ? o.disableColumnMenu : !0,
4489
4489
  disableReorder: !0,
4490
4490
  renderHeader: (s) => /* @__PURE__ */ d.jsx(Eu, { sortModel: n, params: s }),
4491
4491
  hideSortIcons: !0