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:
parent
070e41d136
commit
65a655cfc9
@ -7124,9 +7124,6 @@ exports[`no gf-form usage`] = {
|
||||
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"],
|
||||
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"]
|
||||
],
|
||||
"public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx:5381": [
|
||||
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"]
|
||||
],
|
||||
"public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx:5381": [
|
||||
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"]
|
||||
],
|
||||
|
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user