Skip to content

Commit

Permalink
chore: add close action to settings save confirmation snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Jul 15, 2022
1 parent 4cc9e54 commit c79886e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/modules/settings/main/main.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class MainComponent implements OnInit {
this.router.navigate(['/']);
this.snackbar.show({
message: 'Settings successfully saved!',
actionText: 'Close',
timeout: 3000,
multiline: this.browser.isPopup,
});
Expand Down

0 comments on commit c79886e

Please sign in to comment.