Skip to content

Commit

Permalink
chore(storybook): made title longer in an Open on load story of Toast…
Browse files Browse the repository at this point in the history
…Service (Angular)
  • Loading branch information
Aleksandr Beliaev committed Oct 5, 2023
1 parent 2528c24 commit 45a0abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/lib/toast/toast.service.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ToastWrapperComponent implements AfterViewInit {
ngAfterViewInit() {
if (!this.showButtons) {
this.toastService.info(
'Default Title',
'Default Title which is quite darn long',
'Default message. Long unbreakable string: 6516949e9bbc0e07ddbaa7283d558cf1'
);
}
Expand Down

0 comments on commit 45a0abf

Please sign in to comment.