@gomusdev/web-components 1.39.3 → 1.39.4
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.
|
@@ -16338,7 +16338,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
16338
16338
|
return;
|
|
16339
16339
|
}
|
|
16340
16340
|
for (const [key, value] of Object.entries(errors2)) {
|
|
16341
|
-
if (key === "full_messages
|
|
16341
|
+
if (key === "full_messages") continue;
|
|
16342
16342
|
if (key === "success") continue;
|
|
16343
16343
|
if (key === "errors") continue;
|
|
16344
16344
|
const field = this.fields.find((f) => f.apiKey === key);
|
|
@@ -16338,7 +16338,7 @@ class FormDetails {
|
|
|
16338
16338
|
return;
|
|
16339
16339
|
}
|
|
16340
16340
|
for (const [key, value] of Object.entries(errors2)) {
|
|
16341
|
-
if (key === "full_messages
|
|
16341
|
+
if (key === "full_messages") continue;
|
|
16342
16342
|
if (key === "success") continue;
|
|
16343
16343
|
if (key === "errors") continue;
|
|
16344
16344
|
const field = this.fields.find((f) => f.apiKey === key);
|