mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 12:49:06 +08:00
fix: loading and no-data states showing in loading state of alert edit/overview (#5887)
This commit is contained in:
parent
4799d3147b
commit
f3cb3b9840
@ -260,7 +260,7 @@ function ChartPreview({
|
|||||||
</FailedMessageContainer>
|
</FailedMessageContainer>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{chartData && !queryResponse.isError && (
|
{chartData && !queryResponse.isError && !queryResponse.isLoading && (
|
||||||
<GridPanelSwitch
|
<GridPanelSwitch
|
||||||
options={options}
|
options={options}
|
||||||
panelType={graphType}
|
panelType={graphType}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user