This commit is contained in:
Daniel 2025-06-12 22:25:10 +08:00
parent d05010a71f
commit 041c4102cd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 6 additions and 6 deletions

View file

@ -409,7 +409,7 @@ func RenderTemplate(p, id string, preview bool) (tree *parse.Tree, dom string, e
return ast.WalkContinue
}
table := sql.RenderAttributeViewTable(attrView, view, "")
table := getAttrViewTable(attrView, view, "")
var aligns []int
for range table.Columns {