mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 15:35:55 +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),
|
...filterToFetchData.filter((name) => name !== PanelName),
|
||||||
];
|
];
|
||||||
|
|
||||||
preSelectedFilter.delete(PanelName);
|
// preSelectedFilter.delete(PanelName);
|
||||||
|
|
||||||
dispatch({
|
dispatch({
|
||||||
type: UPDATE_ALL_FILTERS,
|
type: UPDATE_ALL_FILTERS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user