From 45a0abf9dd3f3839a77f9c80ea777dcd72636a1d Mon Sep 17 00:00:00 2001 From: Aleksandr Beliaev Date: Thu, 5 Oct 2023 14:54:46 +0300 Subject: [PATCH] chore(storybook): made title longer in an Open on load story of ToastService (Angular) --- libs/ui/src/lib/toast/toast.service.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui/src/lib/toast/toast.service.stories.ts b/libs/ui/src/lib/toast/toast.service.stories.ts index c3f40757..3527aa24 100644 --- a/libs/ui/src/lib/toast/toast.service.stories.ts +++ b/libs/ui/src/lib/toast/toast.service.stories.ts @@ -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' ); }