Fix lint
parent
18118d021e
commit
421d15d19a
|
@ -46,7 +46,7 @@ export class AdminComponent implements OnInit {
|
||||||
|
|
||||||
this.appUserService.updateUser(updateObject)
|
this.appUserService.updateUser(updateObject)
|
||||||
.subscribe(resUser => {
|
.subscribe(resUser => {
|
||||||
this.snackBarService.showSuccess("generic.save.success");
|
this.snackBarService.showSuccess('generic.save.success');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue