mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 17:15:55 +08:00
fix: the default query issue in log (#4108)
This commit is contained in:
parent
0a77c7ab85
commit
a48edac13b
@ -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,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user