Skip to content

Commit

Permalink
Merge pull request #470 from MUzairS15/MUzairS15/rename-default-category
Browse files Browse the repository at this point in the history
rename default category to `Uncategorzied`
  • Loading branch information
MUzairS15 authored Mar 4, 2024
2 parents 339076f + 6ef3d46 commit 1a7ff18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/meshmodel/core/v1alpha1/category.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ type CategoryFilter struct {
Limit int //If 0 or unspecified then all records are returned and limit is not used
Offset int
}

const DefaultCategory = "Miscellaneous"
// "Uncategorized" is assigned when Category is empty in the component definitions.
const DefaultCategory = "Uncategorized"

// Create the filter from map[string]interface{}
func (cf *CategoryFilter) Create(m map[string]interface{}) {
Expand Down

0 comments on commit 1a7ff18

Please sign in to comment.