From 212521c92ba8439c37e88cd2cf094e09e5a01f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Thu, 24 Apr 2025 11:58:44 +0800 Subject: [PATCH] fix: sometimes error message not display complete (#18663) --- web/app/components/base/toast/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/toast/index.tsx b/web/app/components/base/toast/index.tsx index b84a321dd4..725c7af8c2 100644 --- a/web/app/components/base/toast/index.tsx +++ b/web/app/components/base/toast/index.tsx @@ -68,7 +68,7 @@ const Toast = ({
-
{message}
+
{message}
{customComponent}
{children &&