mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
cb73513941
commit
36f7083529
3 changed files with 32 additions and 32 deletions
|
|
@ -47,7 +47,7 @@ func renderAttributeView(c *gin.Context) {
|
|||
view := map[string]interface{}{
|
||||
"id": v.ID,
|
||||
"name": v.Name,
|
||||
"type": v.CurrentLayoutType,
|
||||
"type": v.LayoutType,
|
||||
}
|
||||
|
||||
views = append(views, view)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue