@ahmadmubarak98/namozaj 1.6.59 → 1.6.61
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/namozaj.js +3 -5
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -50533,8 +50533,8 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
|
|
|
50533
50533
|
type: we.type
|
|
50534
50534
|
})), Ne = await Promise.all(ye);
|
|
50535
50535
|
l == null || l([
|
|
50536
|
-
...a,
|
|
50537
|
-
...Ne.map((we) => we.response)
|
|
50536
|
+
...a || [],
|
|
50537
|
+
...(Ne || []).map((we) => we.response)
|
|
50538
50538
|
]), I(
|
|
50539
50539
|
ze.map((we) => ({
|
|
50540
50540
|
url: URL.createObjectURL(we),
|
|
@@ -85985,9 +85985,7 @@ const Form = React__default.forwardRef(
|
|
|
85985
85985
|
validateForm: h
|
|
85986
85986
|
}),
|
|
85987
85987
|
[p]
|
|
85988
|
-
)
|
|
85989
|
-
console.log(p.watch());
|
|
85990
|
-
}, [p.watch()]);
|
|
85988
|
+
);
|
|
85991
85989
|
const C = e.isNested ? "div" : "form", v = e.isNested ? {} : { onSubmit: p.handleSubmit(b) };
|
|
85992
85990
|
return useEffect(() => {
|
|
85993
85991
|
e.error && Object.keys(e.error).forEach((U) => {
|