Skip to content

Commit

Permalink
Merge pull request #520 from shubham251972/shubham/disableClasses
Browse files Browse the repository at this point in the history
Disable "project" content class
  • Loading branch information
Yashsharma1911 authored Jun 28, 2024
2 parents fc5923f + 7ccad6f commit 6cfea7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/catalog/v1alpha1/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ func (c ContentClass) String() string {
return "official"
case Verified:
return "verified"
case Project:
return "project"
// case Project:
// return "project"
case Community:
fallthrough
default:
Expand All @@ -95,7 +95,7 @@ func GetCatalogClasses() []ContentClass {
return []ContentClass{
Official,
Verified,
Project,
// Project,
Community,
}
}

0 comments on commit 6cfea7e

Please sign in to comment.