Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b996bd

Browse files
committed
add time cols in the first page
1 parent c80905c commit 2b996bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎client/packages/lowcoder/src/redux/sagas/orgSagas.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ export function* fetchWorkspacesSaga(action: ReduxAction<{page: number, pageSize
370370
const transformedItems = apiData.data.map(item => ({
371371
id: item.orgId,
372372
name: item.orgName,
373+
createdAt: item.createdAt,
374+
updatedAt: item.updatedAt,
373375
}));
374376

375377
yield put({

0 commit comments

Comments
 (0)