Skip to content

Fix(task-manager): unregistered user input enhancements

Pankaj Kandpal requested to merge fix/unregistered-user-input into main

Issues addressed #1235 (closed) #1247 (closed)

The changes are:

  1. Debounce added for unregistered user inputs in the assignee and recipients section.
  2. The task list was not getting updated based on the UI modifications, causing an issue with the debounce
  3. loading animation on Send Now button is email is triggered after appearance of an error.

Merge request reports