Skip to content

Commit

Permalink
update snackbar timer
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushankhope committed Oct 2, 2024
1 parent c6e1921 commit 457b4a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class FileSaverService {
document.body.appendChild(linkEl);
linkEl.dispatchEvent(new MouseEvent('click'));
document.body.removeChild(linkEl);
this.snackbar.open('File downloaded', '', false, 'end', { duration: 1000 });
this.snackbar.open('File downloaded', '', false, 'end', { duration: 5000 });
}

/** Saves a Blob as a file with a given filename */
Expand Down

0 comments on commit 457b4a4

Please sign in to comment.