diff --git a/pkg/plugins/app_plugin.go b/pkg/plugins/app_plugin.go index ea8a7e45d1a..ac7ef8948b0 100644 --- a/pkg/plugins/app_plugin.go +++ b/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 {