You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/08/10 19:04:23 UTC

[superset] branch feat/color-schemes-names updated: Remove title

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch feat/color-schemes-names
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/feat/color-schemes-names by this push:
     new c7b102449f Remove title
c7b102449f is described below

commit c7b102449f2435fbd45d23329f370cc04ac5707b
Author: geido <di...@gmail.com>
AuthorDate: Wed Aug 10 22:04:08 2022 +0300

    Remove title
---
 .../explore/components/controls/ColorSchemeControl/ColorSchemeLabel.tsx  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/explore/components/controls/ColorSchemeControl/ColorSchemeLabel.tsx b/superset-frontend/src/explore/components/controls/ColorSchemeControl/ColorSchemeLabel.tsx
index 4ab725c445..89ad22e1c9 100644
--- a/superset-frontend/src/explore/components/controls/ColorSchemeControl/ColorSchemeLabel.tsx
+++ b/superset-frontend/src/explore/components/controls/ColorSchemeControl/ColorSchemeLabel.tsx
@@ -65,7 +65,6 @@ export default function ColorSchemeLabel(props: ColorSchemeLabelProps) {
       visible={showTooltip}
     >
       <span
-        title={label}
         onMouseEnter={handleShowTooltip}
         onMouseLeave={handleHideTooltip}
         css={css`