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

Commit53fb65d

Browse files
committed
fix orglist active org icon
1 parent1a587df commit53fb65d

File tree

1 file changed

+2
-1
lines changed
  • client/packages/lowcoder/src/pages/setting/organization

1 file changed

+2
-1
lines changed

‎client/packages/lowcoder/src/pages/setting/organization/orgList.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ function OrganizationSetting() {
211211
logoUrl:org.logoUrl||"",
212212
createdAt:org.createdAt,
213213
updatedAt:org.updatedAt,
214+
isCurrentOrg:org.isCurrentOrg,
214215
}));
215216

216217

@@ -307,7 +308,7 @@ function OrganizationSetting() {
307308
key:i,
308309
operation:(
309310
<OperationWrapper>
310-
{item.id!==user.currentOrgId&&(
311+
{!item.isCurrentOrg&&(
311312
<SwitchBtn
312313
className={"home-datasource-edit-button"}
313314
buttonType={"blue"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp