fix: feedback

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2022-04-19 12:21:33 +02:00
committed by backportbot-nextcloud[bot]
parent 6832d41dee
commit 45473df9f4

View File

@@ -172,7 +172,6 @@ export default {
},
async moveCard() {
this.copiedCard = Object.assign({}, this.card)
const boardId = this.card?.boardId ? this.card.boardId : this.$route.params.id
this.copiedCard.stackId = this.selectedStack.id
this.$store.dispatch('moveCard', this.copiedCard)
if (parseInt(this.boardId) === parseInt(this.selectedStack.boardId)) {