bug: clear all now moves with selected filter rather than user selected filter

This commit is contained in:
Palash gupta 2022-02-16 08:13:54 +05:30
parent 5510c67dbf
commit 00cefe2306
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

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