-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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.