Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Query History Deletion by Index #57

Open
aditya-armal opened this issue Dec 30, 2023 · 0 comments
Open

[BUG] Query History Deletion by Index #57

aditya-armal opened this issue Dec 30, 2023 · 0 comments
Labels
JWOC Medium takes 2-3 days to fix (JWOC)

Comments

@aditya-armal
Copy link
Contributor

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.

@prash240303 prash240303 added JWOC Medium takes 2-3 days to fix (JWOC) labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JWOC Medium takes 2-3 days to fix (JWOC)
Projects
None yet
Development

No branches or pull requests

2 participants