From dd3e21b3a398d9a8a672739f5ae6e19ce9e936cd Mon Sep 17 00:00:00 2001 From: Yulia Shanyrova Date: Mon, 20 Feb 2023 15:16:14 +0100 Subject: [PATCH] Fixing the checking filters for incidents from the store (#1311) # What this PR does Fix the bug related with clearing the filters when coming back from Incident page ## Which issue(s) this PR fixes https://github.com/grafana/oncall/issues/482 ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated --- .../src/containers/IncidentsFilters/IncidentsFilters.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana-plugin/src/containers/IncidentsFilters/IncidentsFilters.tsx b/grafana-plugin/src/containers/IncidentsFilters/IncidentsFilters.tsx index 6177f277..2e7ef47b 100644 --- a/grafana-plugin/src/containers/IncidentsFilters/IncidentsFilters.tsx +++ b/grafana-plugin/src/containers/IncidentsFilters/IncidentsFilters.tsx @@ -66,8 +66,8 @@ class IncidentsFilters extends Component