mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove gf-form in DashboardLinks (#79762)
This commit is contained in:
@@ -55,7 +55,7 @@ export const DashboardLinks = ({ dashboard, links }: Props) => {
|
||||
);
|
||||
|
||||
return (
|
||||
<div key={key} className="gf-form" data-testid={selectors.components.DashboardLinks.container}>
|
||||
<div key={key} data-testid={selectors.components.DashboardLinks.container}>
|
||||
{link.tooltip ? <Tooltip content={linkInfo.tooltip}>{linkElement}</Tooltip> : linkElement}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user