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

Skip to content

Commit f851353

Browse files
committed
fetch 10 workspaces initially
1 parent 818fdf8 commit f851353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function* getUserSaga() {
7878
payload: user,
7979
});
8080
// fetch all workspaces and store in redux
81-
yield put(fetchWorkspacesAction(1, 1000));
81+
yield put(fetchWorkspacesAction(1, 10));
8282
}
8383
} catch (error: any) {
8484
yield put({

0 commit comments

Comments
 (0)