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 c7edbd1 commit 238698dCopy full SHA for 238698d
client/packages/lowcoder/src/pages/common/WorkspaceSection.tsx
@@ -205,7 +205,6 @@ export default function WorkspaceSectionComponent({
205
206
// Early returns for better performance
207
if (!showSwitchOrg(user, sysConfig)) return null;
208
- if (!displayWorkspaces?.length && !searchTerm.trim()) return null;
209
210
// Event handlers
211
const handleOrgSwitch = (orgId: string) => {
0 commit comments