Преглед изворни кода

update json field name of suppressNav

Anthony Woods пре 9 година
родитељ
комит
a8c10dbc08
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/plugins/app_plugin.go

+ 1 - 1
pkg/plugins/app_plugin.go

@@ -13,7 +13,7 @@ type AppPluginPage struct {
 	Slug        string          `json:"slug"`
 	Component   string          `json:"component"`
 	Role        models.RoleType `json:"role"`
-	SuppressNav bool            `json:"suppress_nav"`
+	SuppressNav bool            `json:"suppressNav"`
 }
 
 type AppPluginCss struct {