mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 23:25:54 +08:00
bug: clear all now moves with selected filter rather than user selected filter
This commit is contained in:
parent
5510c67dbf
commit
00cefe2306
@ -164,7 +164,7 @@ const PanelHeading = (props: PanelHeadingProps): JSX.Element => {
|
|||||||
end: String(global.maxTime),
|
end: String(global.maxTime),
|
||||||
start: String(global.minTime),
|
start: String(global.minTime),
|
||||||
getFilters: filterToFetchData,
|
getFilters: filterToFetchData,
|
||||||
other: Object.fromEntries(preUserSelected),
|
other: Object.fromEntries(updatedFilter),
|
||||||
isFilterExclude: postIsFilterExclude,
|
isFilterExclude: postIsFilterExclude,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user