Removed "notSelected" value of multiple enums

This commit is contained in:
2025-02-11 14:41:55 +01:00
parent f98fabf579
commit 48f2664d2f

View File

@@ -16,7 +16,6 @@ enum Difficulty {
}
enum IngredientType {
notSelected,
vegetable,
meat,
fish,
@@ -29,7 +28,6 @@ enum IngredientType {
}
enum MealCategory {
notSelected,
// Main Meals
breakfast,
brunch,
@@ -46,7 +44,6 @@ enum MealCategory {
}
enum Cuisine {
notSelected,
// Asian Cuisines
chinese,
japanese,