cleanCheckbox

This commit is contained in:
Thomas Cardon 2022-03-10 13:20:12 +01:00
parent 61baefb7f6
commit fb972c6f1d

View File

@ -131,7 +131,7 @@ export class AddRestauComponent implements OnInit {
resp => {
this.initForm(EMPTY_RESTAU)
this.cleanCheckbox();
this.cleanCheckbox()
//this.router.navigate(['restaurants'])
}