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() {
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 < Level1SettingPageContentWithList style = { { minWidth : "1000px" } } >
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments