Skip to content

Commit 910b25b

Browse files
committed
remove settings notification
1 parent 297d074 commit 910b25b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/settings/settings.component.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ export class SettingsComponent {
4040
l$.subscribe(
4141
response => {
4242
this.router.navigate(['/home']);
43-
let myNotification = new Notification('Oversetter', {
44-
body: 'Settings were saved'
45-
});
43+
// let myNotification = new Notification('Oversetter', {
44+
// body: 'Settings were saved'
45+
// });
4646
},
4747
err => this.errorMessage = err
4848
);

0 commit comments

Comments
 (0)