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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy