From ca23bada327430475ee12426a9962d68281fb3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Wed, 12 Jun 2024 15:24:22 +0800 Subject: [PATCH] chore: fix default --- src/components/notice-bar/notice-bar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/notice-bar/notice-bar.tsx b/src/components/notice-bar/notice-bar.tsx index 6ab738d0d0..b2a858a3ee 100644 --- a/src/components/notice-bar/notice-bar.tsx +++ b/src/components/notice-bar/notice-bar.tsx @@ -48,7 +48,6 @@ const defaultProps = { delay: 2000, speed: 50, icon: , - closeIcon: , wrap: false, }