@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 CHANGED
@@ -19566,7 +19566,7 @@ const Scaffold = React__default.memo(
19566
19566
  setDrawerOpen(false);
19567
19567
  }, []);
19568
19568
  const computedDrawerOpen = drawerOpen || Boolean(largeLayout && autoOpenDrawer && onHover);
19569
- const hasAppBar = Boolean(appBarChildren);
19569
+ const hasAppBar = Boolean(appBarChildren.length > 0);
19570
19570
  return /* @__PURE__ */ jsx(AppContext.Provider, { value: {
19571
19571
  logo,
19572
19572
  hasDrawer: includeDrawer,