@applica-software-guru/react-admin 1.5.351 → 1.5.352
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-inputs/ImageAttachmentInput.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2 -2
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-inputs/ImageAttachmentInput.tsx +3 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -31745,8 +31745,8 @@ function h6e({ children: e = /* @__PURE__ */ g(Nle, { source: "", title: "" }),
|
|
|
31745
31745
|
);
|
|
31746
31746
|
}
|
|
31747
31747
|
function g6e(e) {
|
|
31748
|
-
const { source: t } = e, { id:
|
|
31749
|
-
return /* @__PURE__ */ g(Xle, { ...e, children: /* @__PURE__ */ g(i1e, { entityId: String(
|
|
31748
|
+
const { source: t } = e, n = oo(e), { id: r } = n ?? {};
|
|
31749
|
+
return /* @__PURE__ */ g(Xle, { ...e, children: /* @__PURE__ */ g(i1e, { entityId: String(r), source: t }) });
|
|
31750
31750
|
}
|
|
31751
31751
|
function i1e(e) {
|
|
31752
31752
|
const t = oo();
|
|
Binary file
|