From 8a5b8e656801b0db7331cdbeb62243b0019f4c38 Mon Sep 17 00:00:00 2001 From: "siyue.ld" Date: Mon, 30 Aug 2021 09:59:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20title=E6=96=87=E6=9C=AC=E5=8C=85?= =?UTF-8?q?=E4=B8=80=E5=B1=82=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor-core/src/widgets/title/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-core/src/widgets/title/index.tsx b/packages/editor-core/src/widgets/title/index.tsx index 6374eb2ab..ddbf923cd 100644 --- a/packages/editor-core/src/widgets/title/index.tsx +++ b/packages/editor-core/src/widgets/title/index.tsx @@ -61,7 +61,7 @@ export class Title extends Component<{ title: TitleContent; className?: string; onClick={this.handleClick} > {icon ? {icon} : null} - {title.label ? intl(title.label) : null} + {title.label ? {intl(title.label)} : null} {tip} );