From 391adafaf36efe46e78aa3278b4ef7209e730d3c Mon Sep 17 00:00:00 2001 From: Md Ashik Date: Mon, 25 Sep 2023 10:56:12 +0600 Subject: [PATCH] fix: #13707 || Toast: closeIcon on message is outside of button --- src/app/components/toast/toast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/toast/toast.ts b/src/app/components/toast/toast.ts index 21637c6bd0a..842bec2f66d 100755 --- a/src/app/components/toast/toast.ts +++ b/src/app/components/toast/toast.ts @@ -67,7 +67,6 @@ import { ToastCloseEvent, ToastItemCloseEvent } from './toast.interface'; -