From 5390bdd6e05bddd60749be96b2069a573d2920b2 Mon Sep 17 00:00:00 2001 From: "Cauchy.Ke" Date: Wed, 28 Sep 2022 15:25:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20title=E5=B1=9E=E6=80=A7=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E4=BC=A0=E7=BB=99=E5=AD=90label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/button/buttons/button.text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/button/buttons/button.text.js b/src/base/single/button/buttons/button.text.js index 15bdde250..1562e4c66 100644 --- a/src/base/single/button/buttons/button.text.js +++ b/src/base/single/button/buttons/button.text.js @@ -42,7 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, { value: o.value, py: o.py, keyword: o.keyword, - title: null, + title: o.title, }); },