Lyrical-GraphQL icon indicating copy to clipboard operation
Lyrical-GraphQL copied to clipboard

Fix bug: Deleting record by ID

Open ajithbhat opened this issue 2 years ago • 0 comments

This PR addresses the below issue:

Bug fix: Deleting a record by its ID

  • A bug was identified in the record deletion functionality where records could not be properly deleted by their ID.
  • I've implemented a fix to correctly delete records based on their ID, ensuring that the correct record is removed from the list.

ajithbhat avatar Mar 22 '23 20:03 ajithbhat