You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove tag if already exists in list and add again
Problem: while adding task a tag can be added multiple times
to fix this following bhavior will be followed:
1. delete tag from list if already exists
2. then add tag to list
So that the current tag can be added at last to show latest added tag
0 commit comments