Skip to content

Deletion bug fix for task email notification entries

Vaibhav Rathore requested to merge feature/bug-delete-notification into main

Summary

  1. Since we're not refreshing the task notification entries (as done in !808 (merged)), to make the delete function work visually fine, we have to remove it from the rendered list of notifications and make the delete API call.

Merge request reports