@applica-software-guru/react-admin 1.0.64 → 1.0.65
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/components/ra-fields/AttachmentField.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-fields/AttachmentField.tsx +4 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -21904,7 +21904,7 @@ const Lr = /* @__PURE__ */ Wi(zz), KQ = ({ entityId: e, property: t, disabled: n
|
|
|
21904
21904
|
[A, i == null ? void 0 : i.source, i == null ? void 0 : i.title]
|
|
21905
21905
|
), p = ir();
|
|
21906
21906
|
return bt(() => {
|
|
21907
|
-
!A || !(A != null && A.userId) || d.getOne(r, { id: A == null ? void 0 : A.userId }).then(({ data: m }) => l(m));
|
|
21907
|
+
!A || !(A != null && A.userId) || d.getOne(r, { id: A == null ? void 0 : A.userId }).then(({ data: m }) => l(m)).catch(() => l(null));
|
|
21908
21908
|
}, [A, d, r]), /* @__PURE__ */ C(
|
|
21909
21909
|
YQ,
|
|
21910
21910
|
{
|