chore: refactor ResultSet to functional component (#21186)

This commit is contained in:
EugeneTorap
2022-09-06 17:55:07 +03:00
committed by GitHub
parent d130b4a24f
commit f603295678
9 changed files with 523 additions and 564 deletions

View File

@@ -39,6 +39,7 @@ const ExploreResultsButton = ({
onClick={onClick}
disabled={!allowsSubquery}
tooltip={t('Explore the result set in the data exploration view')}
data-test="explore-results-button"
>
<InfoTooltipWithTrigger
icon="line-chart"