Thanks to visit codestin.com Credit goes to github.com
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 0bcdbf6 commit 0224c0bCopy full SHA for 0224c0b
‎client/packages/lowcoder/src/pages/setting/organization/orgList.tsx
@@ -217,7 +217,7 @@ function OrganizationSetting() {
217
console.log("dataSource", dataSource);
218
219
return (
220
- <Level1SettingPageContentWithList>
+ <Level1SettingPageContentWithList style={{ minWidth: "1000px" }}>
221
<Level1SettingPageTitleWithBtn>
222
{trans("settings.organization")}
223
{isSaasMode(sysConfig) && (
0 commit comments