mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396
This commit is contained in:
parent
da9772f003
commit
4508dc07bd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func listInvalidBlockRefs(c *gin.Context) {
|
|||
page = 1
|
||||
}
|
||||
|
||||
pageSize := 6
|
||||
pageSize := 32
|
||||
if nil != arg["pageSize"] {
|
||||
pageSize = int(arg["pageSize"].(float64))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue