diff --git a/pkg/models/dashboards.go b/pkg/models/dashboards.go index 16fd51586bd..d4fa9acc0f1 100644 --- a/pkg/models/dashboards.go +++ b/pkg/models/dashboards.go @@ -143,8 +143,8 @@ type SaveDashboardCommand struct { OrgId int64 `json:"-"` RestoredFrom int `json:"-"` PluginId string `json:"-"` - ParentId int64 `json:"parentId"` - IsFolder bool `json:"isFolder"` + ParentId int64 `json:"parentId"` + IsFolder bool `json:"isFolder"` Result *Dashboard }