diff --git a/pkg/registry/schemas/composable_kind.go b/pkg/registry/schemas/composable_kind.go index f091fff8e47..dd5bdd5f8c9 100644 --- a/pkg/registry/schemas/composable_kind.go +++ b/pkg/registry/schemas/composable_kind.go @@ -128,16 +128,6 @@ func GetComposableKinds() ([]ComposableKind, error) { CueFile: tempoCue, }) - alertgroupsCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/alertGroups/panelcfg.cue")) - if err != nil { - return nil, err - } - kinds = append(kinds, ComposableKind{ - Name: "alertgroups", - Filename: "panelcfg.cue", - CueFile: alertgroupsCue, - }) - annotationslistCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/annolist/panelcfg.cue")) if err != nil { return nil, err