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
The "Clear all filters" button is currently visible on list pages regardless of whether any filters are active. This can be confusing as clicking it does nothing when there are no filters to clear.
Acceptance Criteria
The "Clear all filters" button should only be visible when one or more filters have been applied by the user.
When no filters are active, the button should be hidden.