diff --git a/packages/web-console/src/scenes/Editor/Metrics/graph.tsx b/packages/web-console/src/scenes/Editor/Metrics/graph.tsx
index 472cf29c9..54f6ecc3c 100644
--- a/packages/web-console/src/scenes/Editor/Metrics/graph.tsx
+++ b/packages/web-console/src/scenes/Editor/Metrics/graph.tsx
@@ -4,7 +4,7 @@ import { MetricDuration, Widget, xAxisFormat, hasData } from "./utils"
import { useGraphOptions } from "./useGraphOptions"
import uPlot from "uplot"
import UplotReact from "uplot-react"
-import { Box } from "@questdb/react-components"
+import { Box, Loader } from "@questdb/react-components"
const Actions = styled.div`
margin-right: 0;
@@ -166,6 +166,7 @@ export const Graph = ({
{beforeLabel}
{label}
+ {loading && }
{actions}