next-helios-fe 1.8.145 → 1.8.146

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": "next-helios-fe",
3
- "version": "1.8.145",
3
+ "version": "1.8.146",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -593,7 +593,7 @@ export const Table: TableComponentProps = ({
593
593
  {options?.toolbar?.columnSearch?.show !== false && (
594
594
  <div
595
595
  className={`relative flex items-center ${
596
- item?.type === "category" || item.disableSort
596
+ item?.type === "category" || item.disableSearch
597
597
  ? "invisible"
598
598
  : ""
599
599
  }`}