mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🎨 Improve av
This commit is contained in:
parent
cd10072554
commit
b78e2edfb8
4 changed files with 22 additions and 17 deletions
|
|
@ -3442,7 +3442,7 @@ func getAttrViewTable(attrView *av.AttributeView, view *av.View, query string) (
|
|||
}
|
||||
|
||||
depth := 1
|
||||
ret = sql.RenderAttributeViewTable(attrView, view, query, &depth)
|
||||
ret = sql.RenderAttributeViewTable(attrView, view, query, &depth, map[string]*av.AttributeView{})
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue