mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 19:46:42 +08:00
fix: white screen issue is fixed when cloning the panel (#2944)
This commit is contained in:
parent
9e305cb672
commit
cf05345ccd
@ -33,7 +33,7 @@ export const useGetWidgetQueryRange = (
|
||||
graphType,
|
||||
selectedTime,
|
||||
globalSelectedInterval,
|
||||
query: JSON.parse(compositeQuery || ''),
|
||||
query: JSON.parse(compositeQuery || '{}'),
|
||||
variables: getDashboardVariables(),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user