Skip to content

[BUG] Query History Deletion by Index #57

@aditya-armal

Description

@aditya-armal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    JWOCMediumtakes 2-3 days to fix (JWOC)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions