der des der?

This commit is contained in:
HarmandI 2022-03-22 12:54:31 +01:00
parent 4f5e6cd180
commit 4aced57191
2 changed files with 46 additions and 22 deletions

View file

@ -60,7 +60,8 @@ export class PageAjouterComponent implements OnInit {
};
this.adminService.addPlant(plante)?.subscribe((resp)=>{
this.router.navigate(['admin']);
})
this.router.navigate(['admin']);
}
}