Chore: Remove public dashboard cue (#109940)

This commit is contained in:
Ryan McKinley
2025-08-21 13:58:36 +03:00
committed by GitHub
parent 66b146a9df
commit 6f940f855e
5 changed files with 0 additions and 74 deletions
-9
View File
@@ -48,15 +48,6 @@ func GetCoreKinds() ([]CoreKind, error) {
CueFile: librarypanelCue,
})
publicdashboardCue, err := loadCueFile(ctx, filepath.Join(root, "./kinds/publicdashboard/public_dashboard_kind.cue"))
if err != nil {
return nil, err
}
kinds = append(kinds, CoreKind{
Name: "publicdashboard",
CueFile: publicdashboardCue,
})
return kinds, nil
}