bstauff / recipe-shuffle

A simple web app to plan meals for the week.
0 stars 0 forks source link

EditRecipeComponent calls delete ingredients in OnSubmit unnecessarily #22

Open bstauff opened 1 year ago

bstauff commented 1 year ago

The onSubmit function in EditRecipeComponent calls deleteIngredients on the RecipeService, even if no ingredients were deleted.