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 { enum IngredientType {
notSelected,
vegetable, vegetable,
meat, meat,
fish, fish,
@@ -29,7 +28,6 @@ enum IngredientType {
} }
enum MealCategory { enum MealCategory {
notSelected,
// Main Meals // Main Meals
breakfast, breakfast,
brunch, brunch,
@@ -46,7 +44,6 @@ enum MealCategory {
} }
enum Cuisine { enum Cuisine {
notSelected,
// Asian Cuisines // Asian Cuisines
chinese, chinese,
japanese, japanese,