add redirection

pull/4/head
Bastien OLLIER 2 weeks ago
parent 0ea71914ed
commit a06cbe1759

@ -57,6 +57,7 @@ export class RecipeAddComponent {
} else {
this.recipes.edit({ id: this.#recipeId, ...partial });
}
this.router.navigateByUrl('recipes');
}
onAddIngredient(): void {

Loading…
Cancel
Save