We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dc9e5 commit 7550b3fCopy full SHA for 7550b3f
1 file changed
apps/webapp/app/components/metrics/QueryWidget.tsx
@@ -387,6 +387,7 @@ function QueryWidgetBody({
387
config={config}
388
timeRange={timeRange}
389
onViewAllLegendItems={() => setIsFullscreen(true)}
390
+ isLoading={showLoading}
391
/>
392
<Dialog open={isFullscreen} onOpenChange={setIsFullscreen}>
393
<DialogContent fullscreen className="flex flex-col bg-background-bright">
0 commit comments