Chore: AppNotificationList- Replace VerticalGroup with Stack (#86612)

This commit is contained in:
Laura Fernández
2024-04-19 16:21:45 +02:00
committed by GitHub
parent e7fd2cb0fb
commit a057e8be06
2 changed files with 3 additions and 6 deletions

View File

@@ -1130,9 +1130,6 @@ exports[`better eslint`] = {
"public/app/core/components/AppChrome/TopBar/TopSearchBarCommandPaletteTrigger.tsx:5381": [
[0, 0, 0, "Styles should be written using objects.", "0"]
],
"public/app/core/components/AppNotifications/AppNotificationList.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/core/components/DynamicImports/SafeDynamicImport.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],