Grafana UI: FilterPill.story.tsx - Replace HorizontalGroup with Stack (#85736)

This commit is contained in:
Laura Fernández
2024-04-08 17:21:58 +02:00
committed by GitHub
parent ccd13bf08e
commit 0e12f60ee6
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -820,9 +820,6 @@ exports[`better eslint`] = {
"packages/grafana-ui/src/components/Dropdown/Dropdown.story.tsx:5381": [
[0, 0, 0, "\'VerticalGroup\' import from \'../Layout/Layout\' is restricted from being used by a pattern. Use Stack component instead.", "0"]
],
"packages/grafana-ui/src/components/FilterPill/FilterPill.story.tsx:5381": [
[0, 0, 0, "\'HorizontalGroup\' import from \'../Layout/Layout\' is restricted from being used by a pattern. Use Stack component instead.", "0"]
],
"packages/grafana-ui/src/components/Forms/Checkbox.story.tsx:5381": [
[0, 0, 0, "\'VerticalGroup\' import from \'../Layout/Layout\' is restricted from being used by a pattern. Use Stack component instead.", "0"]
],