diff --git a/.betterer.results b/.betterer.results index a9a9bb41b7a..cf77ca20299 100644 --- a/.betterer.results +++ b/.betterer.results @@ -4141,9 +4141,6 @@ exports[`better eslint`] = { [0, 0, 0, "Do not use any type assertions.", "2"], [0, 0, 0, "Do not use any type assertions.", "3"] ], - "public/app/features/profile/UserProfileEditPage.tsx:5381": [ - [0, 0, 0, "\'VerticalGroup\' import from \'@grafana/ui\' is restricted from being used by a pattern. Use Stack component instead.", "0"] - ], "public/app/features/query/components/QueryEditorRow.tsx:5381": [ [0, 0, 0, "Do not use any type assertions.", "0"], [0, 0, 0, "Do not use any type assertions.", "1"], diff --git a/public/app/features/profile/UserProfileEditPage.tsx b/public/app/features/profile/UserProfileEditPage.tsx index ffb9c64b00c..2e99bca080f 100644 --- a/public/app/features/profile/UserProfileEditPage.tsx +++ b/public/app/features/profile/UserProfileEditPage.tsx @@ -5,7 +5,7 @@ import { useMount } from 'react-use'; import { PluginExtensionComponent, PluginExtensionPoints } from '@grafana/data'; import { selectors } from '@grafana/e2e-selectors'; import { getPluginComponentExtensions } from '@grafana/runtime'; -import { Tab, TabsBar, TabContent, VerticalGroup, Stack } from '@grafana/ui'; +import { Tab, TabsBar, TabContent, Stack } from '@grafana/ui'; import { Page } from 'app/core/components/Page/Page'; import SharedPreferences from 'app/core/components/SharedPreferences/SharedPreferences'; import { useQueryParams } from 'app/core/hooks/useQueryParams'; @@ -112,7 +112,7 @@ export function UserProfileEditPage({ ]; const UserProfile = () => ( - + @@ -120,7 +120,7 @@ export function UserProfileEditPage({ - + ); const UserProfileWithTabs = () => (