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
Description
When a user searches for a ticket by entering an ID (e.g., 55) in the input field, the ticket list gets filtered correctly and displays the relevant ticket. However, if the user then removes the ticket ID from the search input field (without refreshing the page), the application fails to reset the ticket list, and the previously filtered result continues to be displayed.
Even though the input field is visibly empty and the query string in the URL (if any) is cleared, the ticket list does not refresh to show all available tickets. This creates confusion as it appears no filter is applied, but the list still shows filtered data.