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
On double-clicking we send toggle-reminder emit with value task.idhere and on click we send delete-task with task.id as well here- both of which are unnecessary.
We can get rid of the values in the Task component because these are emitted in Tasks component within the for loop here.
The text was updated successfully, but these errors were encountered:
On double-clicking we send
toggle-reminder
emit with valuetask.id
here and on click we senddelete-task
withtask.id
as well here- both of which are unnecessary.We can get rid of the values in the
Task
component because these are emitted inTasks
component within the for loop here.The text was updated successfully, but these errors were encountered: