feat: smart tooltip in datasourcepanel (#18080)

This commit is contained in:
Yongjie Zhao
2022-02-07 22:48:23 +08:00
committed by GitHub
parent 299635c580
commit aa21a963a6
9 changed files with 318 additions and 72 deletions

View File

@@ -144,7 +144,6 @@ export default function OptionWrapper(
<StyledColumnOption
column={transformedCol as ColumnMeta}
labelRef={labelRef}
showTooltip={!!shouldShowTooltip}
showType
/>
);