Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2bd024

Browse files
committed
Fixed an issue where there are less than 10 workspaces displayed when logging in.
1 parent3af9b02 commitc2bd024

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)

[8]ページ先頭

©2009-2025 Movatter.jp