From 307fe30f02bda4322cb5f3ccf33864cc988a4578 Mon Sep 17 00:00:00 2001 From: "Cauchy.Ke" Date: Tue, 11 Oct 2022 16:02:53 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20title=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E9=9C=80=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 This reverts commit 5390bdd6e05bddd60749be96b2069a573d2920b2. --- 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 1562e4c66..15bdde250 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: o.title, + title: null, }); },