@applica-software-guru/react-admin 1.3.158 → 1.3.159
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/hooks/useMenu.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/hooks/useMenu.jsx +2 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -7553,7 +7553,7 @@ const jv = In(void 0), Vv = In(void 0), Pi = () => Vt(Lv), q6 = ["e-", "entities
|
|
|
7553
7553
|
return ((n = t.options) == null ? void 0 : n.group) === e.id || !((r = t.options) != null && r.group) && e.id === "admin";
|
|
7554
7554
|
}, Z6 = (e, t) => {
|
|
7555
7555
|
const n = J6(e.name);
|
|
7556
|
-
return t == null ? void 0 : t.includes(`${n}:list`);
|
|
7556
|
+
return (t == null ? void 0 : t.includes(`${n}:list`)) || (t == null ? void 0 : t.includes(`${n}:find`));
|
|
7557
7557
|
}, Yg = (e, t) => {
|
|
7558
7558
|
let n = e.find((r) => r.id === t);
|
|
7559
7559
|
if (!n)
|