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:
The current implementation of the Query History component allows users to delete individual queries by clicking the delete button. However, deletion should be based on the query's index rather than removing all occurrences of a specific query.
Steps to Reproduce:
-Navigate to the Query History component.
-Execute multiple queries, creating a history list.
-Attempt to delete a specific query by index.
Expected Behavior:
The user should be able to delete a query based on its index, removing only that specific occurrence while keeping others intact.
Actual Behavior:
The current implementation removes all occurrences of the specified query when using the delete button.
The text was updated successfully, but these errors were encountered:
Description:
The current implementation of the Query History component allows users to delete individual queries by clicking the delete button. However, deletion should be based on the query's index rather than removing all occurrences of a specific query.
Steps to Reproduce:
-Navigate to the Query History component.
-Execute multiple queries, creating a history list.
-Attempt to delete a specific query by index.
Expected Behavior:
The user should be able to delete a query based on its index, removing only that specific occurrence while keeping others intact.
Actual Behavior:
The current implementation removes all occurrences of the specified query when using the delete button.
The text was updated successfully, but these errors were encountered: