♻️ Refactor av data structure

This commit is contained in:
Daniel
2023-07-12 19:10:05 +08:00
parent fbd26d1fd6
commit b4068c5daf
9 changed files with 735 additions and 841 deletions

View File

@@ -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)