@@ -170,6 +195,7 @@ const BarChartWidget = ({
)}
{!loading && (
}
className={
zoomActivated ? classes.zoomChartCont : classes.contentContainer
}
diff --git a/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/ExpandGraphLink.tsx b/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/ExpandGraphLink.tsx
index 3b90e2238..3d0f62555 100644
--- a/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/ExpandGraphLink.tsx
+++ b/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/ExpandGraphLink.tsx
@@ -27,8 +27,7 @@ const ExpandGraphLink = ({ panelItem }: { panelItem: IDashboardPanel }) => {
return (
{
},
}}
>
- {
- e.preventDefault();
- dispatch(openZoomPage(panelItem));
- }}
- >
- Expand Graph
-