@plasmicpkgs/plasmic-rich-components 1.0.109 → 1.0.110
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.
|
@@ -1033,6 +1033,7 @@ function RichLayout(_a) {
|
|
|
1033
1033
|
return /* @__PURE__ */ React.createElement("div", { className, style: { display: "flex" } }, /* @__PURE__ */ React.createElement("style", null, baseStyles), /* @__PURE__ */ React.createElement(
|
|
1034
1034
|
ProLayout,
|
|
1035
1035
|
__spreadProps$3(__spreadValues$5({}, layoutProps), {
|
|
1036
|
+
pageTitleRender: () => "",
|
|
1036
1037
|
logo: logo != null ? logo : logoElement,
|
|
1037
1038
|
headerRender: (_props, defaultDom) => /* @__PURE__ */ React.createElement(
|
|
1038
1039
|
ConfigProvider,
|