mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +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
af03c658f0
commit
da9772f003
2 changed files with 15 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ func listInvalidBlockRefs(c *gin.Context) {
|
|||
page = 1
|
||||
}
|
||||
|
||||
pageSize := 32
|
||||
pageSize := 6
|
||||
if nil != arg["pageSize"] {
|
||||
pageSize = int(arg["pageSize"].(float64))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue