fix: the default query issue in log (#4108)

This commit is contained in:
Rajat Dabade 2023-11-30 18:56:09 +05:30 committed by GitHub
parent 0a77c7ab85
commit a48edac13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ export const deleteViewHandler = ({
if (viewId === viewKey) { if (viewId === viewKey) {
redirectWithQueryBuilderData( redirectWithQueryBuilderData(
updateAllQueriesOperators( updateAllQueriesOperators(
initialQueriesMap.traces, initialQueriesMap[sourcePage],
panelType || PANEL_TYPES.LIST, panelType || PANEL_TYPES.LIST,
sourcePage, sourcePage,
), ),