♻️ Refactor av data structure

This commit is contained in:
Daniel 2023-07-12 21:39:55 +08:00
parent cb73513941
commit 36f7083529
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 32 additions and 32 deletions

View file

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