@firecms/collection_editor 3.0.0-canary.244 → 3.0.0-canary.246
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/index.umd.js
CHANGED
|
@@ -5986,7 +5986,7 @@
|
|
|
5986
5986
|
let t6;
|
|
5987
5987
|
if ($[14] !== errors || $[15] !== onError || $[16] !== propertyNamespace || $[17] !== values?.id) {
|
|
5988
5988
|
t6 = () => {
|
|
5989
|
-
if (values?.id && onError
|
|
5989
|
+
if (values?.id && onError) {
|
|
5990
5990
|
onError(values?.id, propertyNamespace, errors);
|
|
5991
5991
|
}
|
|
5992
5992
|
};
|