@firecms/core 3.0.0-beta.2-pre.4 → 3.0.0-beta.2-pre.5
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/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +7 -7
- package/src/core/NavigationRoutes.tsx +10 -8
package/dist/index.es.js
CHANGED
|
@@ -15917,7 +15917,7 @@ const Du = S.memo(
|
|
|
15917
15917
|
Jt,
|
|
15918
15918
|
{
|
|
15919
15919
|
path: g + "/*",
|
|
15920
|
-
element: /* @__PURE__ */ n(
|
|
15920
|
+
element: /* @__PURE__ */ n(ge, { children: /* @__PURE__ */ n(
|
|
15921
15921
|
Po,
|
|
15922
15922
|
{
|
|
15923
15923
|
isSubCollection: !1,
|
|
@@ -15927,7 +15927,7 @@ const Du = S.memo(
|
|
|
15927
15927
|
Actions: or(p.Actions)
|
|
15928
15928
|
},
|
|
15929
15929
|
`collection_view_${p.id ?? p.path}`
|
|
15930
|
-
)
|
|
15930
|
+
) })
|
|
15931
15931
|
},
|
|
15932
15932
|
`navigation_${p.id ?? p.path}`
|
|
15933
15933
|
);
|