mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 05:45:56 +08:00
Merge pull request #731 from palash-signoz/clear-all-with-user-filter
bug: clear all now moves with selected filter rather than user selected filter
This commit is contained in:
commit
9129704a93
@ -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