fix: show card after moving into another list
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
@@ -264,6 +264,9 @@ export default {
|
||||
Vue.set(state.cards[existingIndex], 'attachmentCount', state.cards[existingIndex].attachmentCount - 1)
|
||||
}
|
||||
},
|
||||
addNewCard(state, card) {
|
||||
state.cards.push(card)
|
||||
},
|
||||
},
|
||||
actions: {
|
||||
async addCard({ commit }, card) {
|
||||
|
||||
Reference in New Issue
Block a user