mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 17:58:50 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
fbd26d1fd6
commit
b4068c5daf
9 changed files with 735 additions and 841 deletions
|
|
@ -47,7 +47,7 @@ func renderAttributeView(c *gin.Context) {
|
|||
view := map[string]interface{}{
|
||||
"id": v.ID,
|
||||
"name": v.Name,
|
||||
"type": v.Type,
|
||||
"type": v.CurrentLayoutType,
|
||||
}
|
||||
|
||||
views = append(views, view)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue