ztxkui 4.2.23-113 → 4.2.23-114

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.
@@ -273,7 +273,7 @@ function getNewColumns(basicConfig, editableConfig, dynamicConfig, otherConfig)
273
273
  setUpDateColumnsRef(_column, index);
274
274
  return true;
275
275
  }
276
- if (isUpDateColumnsRef) {
276
+ if (isUpDateColumnsRef.current) {
277
277
  setIsUpDateColumnsRef(false);
278
278
  return true;
279
279
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.2.23-113",
3
+ "version": "4.2.23-114",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",