Fix fetching attachments on card change
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -83,11 +83,6 @@ export default {
|
||||
required: false,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
attachments() {
|
||||
return [...this.$store.getters.attachmentsByCard(this.cardId)].sort((a, b) => b.id - a.id)
|
||||
|
||||
Reference in New Issue
Block a user