Skip to content

Commit 7550b3f

Browse files
committed
QueryWidget chart gets isLoading
1 parent 93dc9e5 commit 7550b3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/webapp/app/components/metrics/QueryWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ function QueryWidgetBody({
387387
config={config}
388388
timeRange={timeRange}
389389
onViewAllLegendItems={() => setIsFullscreen(true)}
390+
isLoading={showLoading}
390391
/>
391392
<Dialog open={isFullscreen} onOpenChange={setIsFullscreen}>
392393
<DialogContent fullscreen className="flex flex-col bg-background-bright">

0 commit comments

Comments
 (0)