Explore: Fix showing of Prometheus data in Query inspector (#28128)

* Fix showing of data in explore's query inspector

* Add test

* Add test

* Updat etest

* Implement react-testing-library and remove props export

* Update tests for consistency
This commit is contained in:
Ivana Huckova
2020-10-09 14:49:14 +02:00
committed by GitHub
parent e16637793d
commit a3ef101618
3 changed files with 90 additions and 5 deletions

View File

@@ -51,6 +51,8 @@ export const Tab = React.forwardRef<HTMLLIElement, TabProps>(
}
);
Tab.displayName = 'Tab';
const getTabStyles = stylesFactory((theme: GrafanaTheme) => {
const colors = theme.colors;