We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3fd58 commit abc37dfCopy full SHA for abc37df
client/packages/lowcoder/src/comps/comps/pageLayoutComp/pageLayoutComp.tsx
@@ -155,7 +155,7 @@ export class PageLayoutComp extends layoutBaseComp implements IContainer {
155
return [
156
this.children.autoHeight.getPropertyView(),
157
this.children.siderScrollbars.propertyView({ label: trans("prop.siderScrollbar")}),
158
- (!this.children.autoHeight.getView()) && this.children.contentScrollbars.propertyView({ label: trans("prop.contentScrollbar") }),
+ (!this.children.autoHeight.getView()) && this.children.contentScrollbars.propertyView({ label: trans("prop.showVerticalScrollbar") }),
159
];
160
}
161
0 commit comments