We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818fdf8 commit f851353Copy full SHA for f851353
client/packages/lowcoder/src/redux/sagas/userSagas.ts
@@ -78,7 +78,7 @@ export function* getUserSaga() {
78
payload: user,
79
});
80
// fetch all workspaces and store in redux
81
- yield put(fetchWorkspacesAction(1, 1000));
+ yield put(fetchWorkspacesAction(1, 10));
82
}
83
} catch (error: any) {
84
yield put({
0 commit comments