@pnkx-lib/ui 1.9.344 → 1.9.345

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.
Files changed (2) hide show
  1. package/es/ui/index.js +1 -1
  2. package/package.json +1 -1
package/es/ui/index.js CHANGED
@@ -329,7 +329,7 @@ const Table = ({
329
329
  selectedRowKeys: rowsSelected,
330
330
  onChange: onSelect,
331
331
  getCheckboxProps: () => ({
332
- disabled: status === TypeStatusTable.ALL
332
+ disabled: status ? status === TypeStatusTable.ALL : void 0
333
333
  })
334
334
  };
335
335
  const ellipsisColumns = columns.map((column) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.344",
4
+ "version": "1.9.345",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",