mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 04:58:59 +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),
|
||||
start: String(global.minTime),
|
||||
getFilters: filterToFetchData,
|
||||
other: Object.fromEntries(preUserSelected),
|
||||
other: Object.fromEntries(updatedFilter),
|
||||
isFilterExclude: postIsFilterExclude,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user