Skip to content

Commit 8e67ba5

Browse files
author
www.zerocode.net.cn
committed
fix(erd-onloine): 调整默认显示表数
1 parent 1ff8d8b commit 8e67ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/project/modulesSlice.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const ModulesSlice = (set: SetState<ProjectState>, get: GetState<ProjectState>)
172172
getModuleEntityTree: (searchKey: string) => {
173173
const tempExpandedKeys: any = [];
174174
console.log(70, get().project);
175-
const tableLimit = get().project?.projectJSON?.profile?.tableLimit || 30;
175+
const tableLimit = get().project?.projectJSON?.profile?.tableLimit || 20;
176176
let tmp_table_count=0;
177177

178178
let map = get().project.projectJSON?.modules?.map((module: any) => {

0 commit comments

Comments
 (0)