@firecms/core 3.0.0-canary.101 → 3.0.0-canary.102
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
- package/src/app/Scaffold.tsx +1 -13
package/dist/index.umd.js
CHANGED
|
@@ -19569,7 +19569,7 @@
|
|
|
19569
19569
|
setDrawerOpen(false);
|
|
19570
19570
|
}, []);
|
|
19571
19571
|
const computedDrawerOpen = drawerOpen || Boolean(largeLayout && autoOpenDrawer && onHover);
|
|
19572
|
-
const hasAppBar = Boolean(appBarChildren);
|
|
19572
|
+
const hasAppBar = Boolean(appBarChildren.length > 0);
|
|
19573
19573
|
return /* @__PURE__ */ jsxRuntime.jsx(AppContext.Provider, { value: {
|
|
19574
19574
|
logo,
|
|
19575
19575
|
hasDrawer: includeDrawer,
|