Skip to content

Commit

Permalink
Update src/plugins/navigation_embeddable/public/components/dashboard_…
Browse files Browse the repository at this point in the history
…link/dashboard_link_component.tsx


Always show tooltips on Dashboard Links
  • Loading branch information
nickpeihl authored Sep 5, 2023
1 parent 0ba8b89 commit 6ebc2b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const DashboardLinkComponent = ({
color="text"
{...onClickProps}
id={`dashboardLink--${link.id}`}
showToolTip={Boolean(error)}
showToolTip={true}
toolTipProps={{
title: tooltipTitle,
content: tooltipMessage,
Expand Down

0 comments on commit 6ebc2b1

Please sign in to comment.