fix: white screen issue is fixed when cloning the panel (#2944)

This commit is contained in:
Palash Gupta 2023-06-21 13:33:06 +05:30 committed by GitHub
parent 9e305cb672
commit cf05345ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ export const useGetWidgetQueryRange = (
graphType,
selectedTime,
globalSelectedInterval,
query: JSON.parse(compositeQuery || ''),
query: JSON.parse(compositeQuery || '{}'),
variables: getDashboardVariables(),
},
{