Skip to content

Commit ad27f9b

Browse files
author
FalkWolsky
committed
Enterprise Edition notice
1 parent 247106e commit ad27f9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/packages/lowcoder/src/pages/setting/settingHome.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { selectSystemConfig } from "redux/selectors/configSelectors";
2626
import { enableCustomBrand } from "util/featureFlagUtils";
2727
import FreeLimitTag from "pages/common/freeLimitTag";
2828
import { Helmet } from "react-helmet";
29+
import { Card } from "antd";
2930
// import ApiDocs from "./apiDocs";
3031

3132
enum SettingPageEnum {
@@ -147,6 +148,10 @@ export function SettingHome() {
147148
history.push("/setting/" + value.key);
148149
} }
149150
items={items} />
151+
152+
<Card style={{marginTop: "40px", color:"#aaa"}}>
153+
<div>If you are interested in early access to the upcoming Enterprise Edition, please contact us: <a href="mailto:service@lowcoder.cloud">service@lowcoder.cloud</a></div>
154+
</Card>
150155
</SubSideBar>
151156
{selectKey === SettingPageEnum.UserGroups && <PermissionSetting />}
152157
{selectKey === SettingPageEnum.Organization && <Organization />}

0 commit comments

Comments
 (0)