mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 09:16:09 +01:00
🎨 Update av
This commit is contained in:
parent
d0ee66c0fa
commit
89150bb868
3 changed files with 28 additions and 25 deletions
|
|
@ -35,7 +35,8 @@ func renderAttributeView(c *gin.Context) {
|
|||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
view, attrView, err := model.RenderAttributeView(id)
|
||||
nodeID := arg["nodeID"].(string)
|
||||
view, attrView, err := model.RenderAttributeView(id, nodeID)
|
||||
if nil != err {
|
||||
ret.Code = -1
|
||||
ret.Msg = err.Error()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue