This commit is contained in:
Daniel 2024-03-09 17:33:57 +08:00
parent bdf63c8a1d
commit b9e2b7661e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

@ -304,7 +304,7 @@ func renderTemplate(p, id string, preview bool) (string, error) {
return ast.WalkContinue
}
table, renderErr := renderAttributeViewTable(attrView, view)
table, renderErr := renderAttributeViewTable(attrView, view, "")
if nil != renderErr {
logging.LogErrorf("render attribute view [%s] table failed: %s", n.AttributeViewID, renderErr)
return ast.WalkContinue