mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 23:49:00 +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>
|
||||
)}
|
||||
|
||||
{chartData && !queryResponse.isError && (
|
||||
{chartData && !queryResponse.isError && !queryResponse.isLoading && (
|
||||
<GridPanelSwitch
|
||||
options={options}
|
||||
panelType={graphType}
|
||||
|
Loading…
x
Reference in New Issue
Block a user