mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396
This commit is contained in:
@@ -43,7 +43,7 @@ func listInvalidBlockRefs(c *gin.Context) {
|
||||
page = 1
|
||||
}
|
||||
|
||||
pageSize := 32
|
||||
pageSize := 6
|
||||
if nil != arg["pageSize"] {
|
||||
pageSize = int(arg["pageSize"].(float64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user