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
|
}
|