Skip to content

Commit c2bd024

Browse files
committed
Fixed an issue where there are less than 10 workspaces displayed when logging in.
1 parent 3af9b02 commit c2bd024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/pages/userAuth/formLoginSteps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export default function FormLoginSteps(props: FormLoginProps) {
258258
{org.orgName}
259259
</StyledCard>
260260
))}
261-
{orgList.length > 10 ?
261+
{elements.total > 10 ?
262262
<PaginationComp
263263
currentPage={currentPage}
264264
pageSize={pageSize}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy