You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent default filters from getting overwritten (#1757)
Clear Filters button was not unchecking selected filters because of a reference
between settings and defaultSettings. i.e., whenever filters changed, the filter reasons in the defaultFilters
object also changed, which is not desirable.
Using the spread operator to get selected filters fixes this issue
0 commit comments