next-helios-fe 1.4.38 → 1.4.39

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.4.38",
3
+ "version": "1.4.39",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -109,7 +109,7 @@ export const Table: TableComponentProps = ({
109
109
  : "flex-1 h-full";
110
110
 
111
111
  useEffect(() => {
112
- if (checkbox?.checked && checkbox?.checked?.length !== 0) {
112
+ if (checkbox?.checked) {
113
113
  setSelected(checkbox?.checked);
114
114
  }
115
115
  }, [checkbox]);