File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
client/packages/lowcoder/src
pages/setting/organization Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ function OrganizationSetting() {
196
196
pageSize : 10
197
197
} ) ;
198
198
199
- console . log ( "displayWorkspaces" , displayWorkspaces ) ;
200
199
201
200
202
201
// Filter to only show orgs where user has admin permissions
@@ -214,7 +213,7 @@ function OrganizationSetting() {
214
213
updatedAt : org . updatedAt ,
215
214
} ) ) ;
216
215
217
- console . log ( "dataSource" , dataSource ) ;
216
+
218
217
219
218
return (
220
219
< Level1SettingPageContentWithList style = { { minWidth : "1000px" } } >
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ export function useWorkspaceManager({
97
97
updatedAt : item . updatedAt ,
98
98
} ) ) ;
99
99
100
- console . log ( "transformedItems" , transformedItems ) ;
101
100
dispatch ( {
102
101
type : 'SET_WORKSPACES' ,
103
102
payload : {
You can’t perform that action at this time.
0 commit comments