fix: kanban-card mutatation violation #712

Merged
konrad merged 1 commits from dpschen/frontend:feature/fix-KanbanCard-mutation-violation into main 2021-09-08 16:28:14 +00:00
Member

By updating the done value directly this violates the vue pattern props down and events up and thus prevents further errors.
Instead we create a new task object and dispatch that instead.

By updating the done value directly this violates the vue pattern props down and events up and thus prevents further errors. Instead we create a new task object and dispatch that instead.
dpschen added 1 commit 2021-09-08 10:20:22 +00:00
continuous-integration/drone/pr Build is passing Details
13b6f0cad9
fix: kanban-card mutatation violation
konrad approved these changes 2021-09-08 16:27:55 +00:00
konrad left a comment
Owner

Nice catch!

Nice catch!
konrad merged commit 4fc8858c64 into main 2021-09-08 16:28:14 +00:00
konrad deleted branch feature/fix-KanbanCard-mutation-violation 2021-09-08 16:28:14 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.