@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.
package/dist/index.js
CHANGED
|
@@ -1043,6 +1043,7 @@ function RichLayout(_a) {
|
|
|
1043
1043
|
return /* @__PURE__ */ React__default.default.createElement("div", { className, style: { display: "flex" } }, /* @__PURE__ */ React__default.default.createElement("style", null, baseStyles), /* @__PURE__ */ React__default.default.createElement(
|
|
1044
1044
|
proComponents.ProLayout,
|
|
1045
1045
|
__spreadProps$3(__spreadValues$5({}, layoutProps), {
|
|
1046
|
+
pageTitleRender: () => "",
|
|
1046
1047
|
logo: logo != null ? logo : logoElement,
|
|
1047
1048
|
headerRender: (_props, defaultDom) => /* @__PURE__ */ React__default.default.createElement(
|
|
1048
1049
|
antd.ConfigProvider,
|