mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
♻️ Refactor av data structure
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user