🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396

This commit is contained in:
Daniel 2024-02-28 22:37:11 +08:00
parent af03c658f0
commit da9772f003
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 15 additions and 5 deletions

View file

@ -43,7 +43,7 @@ func listInvalidBlockRefs(c *gin.Context) {
page = 1
}
pageSize := 32
pageSize := 6
if nil != arg["pageSize"] {
pageSize = int(arg["pageSize"].(float64))
}