mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 09:25:58 +08:00
chore: selected filter is not removed when user close panel
This commit is contained in:
parent
399efb0fb2
commit
5bdbe792f5
@ -138,7 +138,7 @@ function PanelHeading(props: PanelHeadingProps): JSX.Element {
|
||||
...filterToFetchData.filter((name) => name !== PanelName),
|
||||
];
|
||||
|
||||
preSelectedFilter.delete(PanelName);
|
||||
// preSelectedFilter.delete(PanelName);
|
||||
|
||||
dispatch({
|
||||
type: UPDATE_ALL_FILTERS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user