@noraent/nora-datagrid 0.0.225 → 0.0.227
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/dist/buildPackage.json
CHANGED
package/dist/nora_datagrid.es.js
CHANGED
|
@@ -7180,6 +7180,7 @@ const VirtualItem = React__default.memo(
|
|
|
7180
7180
|
React__default.useEffect(() => {
|
|
7181
7181
|
if (typeof (column == null ? void 0 : column.validationError) === "function") {
|
|
7182
7182
|
const errorMessage = column.validationError(props);
|
|
7183
|
+
console.log("error", errorMessage);
|
|
7183
7184
|
setError(errorMessage);
|
|
7184
7185
|
}
|
|
7185
7186
|
setError(null);
|