Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 238698d

Browse files
committed
fix shrinking issues when page 1 to page 2
1 parent c7edbd1 commit 238698d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎client/packages/lowcoder/src/pages/common/WorkspaceSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ export default function WorkspaceSectionComponent({
205205

206206
// Early returns for better performance
207207
if (!showSwitchOrg(user, sysConfig)) return null;
208-
if (!displayWorkspaces?.length && !searchTerm.trim()) return null;
209208

210209
// Event handlers
211210
const handleOrgSwitch = (orgId: string) => {

0 commit comments

Comments
 (0)