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 adff8db commit fd6ab3fCopy full SHA for fd6ab3f
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