Skip to content

Commit

Permalink
fix: the default query issue in log (SigNoz#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Dabade authored Nov 30, 2023
1 parent 0a77c7a commit a48edac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ExplorerCard/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const deleteViewHandler = ({
if (viewId === viewKey) {
redirectWithQueryBuilderData(
updateAllQueriesOperators(
initialQueriesMap.traces,
initialQueriesMap[sourcePage],
panelType || PANEL_TYPES.LIST,
sourcePage,
),
Expand Down

0 comments on commit a48edac

Please sign in to comment.