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

Commit9b8295c

Browse files
committed
remove console log
1 parentb27852e commit9b8295c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ function OrganizationSetting() {
196196
pageSize:10
197197
});
198198

199-
console.log("displayWorkspaces",displayWorkspaces);
200199

201200

202201
// Filter to only show orgs where user has admin permissions
@@ -214,7 +213,7 @@ function OrganizationSetting() {
214213
updatedAt:org.updatedAt,
215214
}));
216215

217-
console.log("dataSource",dataSource);
216+
218217

219218
return(
220219
<Level1SettingPageContentWithListstyle={{minWidth:"1000px"}}>

‎client/packages/lowcoder/src/util/useWorkspaceManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export function useWorkspaceManager({
9797
updatedAt:item.updatedAt,
9898
}));
9999

100-
console.log("transformedItems",transformedItems);
101100
dispatch({
102101
type:'SET_WORKSPACES',
103102
payload:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp