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

Skip to content

Commit db11f0e

Browse files
committed
add pagination/filtering for the Workspaces page
1 parent 96acd6a commit db11f0e

File tree

3 files changed

+205
-137
lines changed

3 files changed

+205
-137
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function WorkspaceSectionComponent({
198198
handleSearchChange,
199199
handlePageChange,
200200
pageSize,
201-
} = useWorkspaceManager({ isDropdownOpen });
201+
} = useWorkspaceManager({});
202202

203203
// Early returns for better performance
204204
if (!showSwitchOrg(user, sysConfig)) return null;

0 commit comments

Comments
 (0)