last stand

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-08-07 10:52:23 +02:00
committed by Julius Härtl
parent ac9fef5f05
commit cc92937c6b
3 changed files with 6 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ export default {
cardUndoDelete({ commit }, card) {
apiClient.updateCard(card)
.then((card) => {
commit('updateCard', card)
commit('addCard', card)
})
},
updateCardDesc({ commit }, card) {