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:
Ankit Nayan 2022-02-25 18:44:37 +05:30 committed by GitHub
commit 9129704a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
});