committed by
Julius Härtl
parent
818ffa2d57
commit
66f6a3e193
@@ -80,10 +80,6 @@ export default {
|
||||
name: 'CardMenu',
|
||||
components: { Actions, ActionButton, Modal, Multiselect },
|
||||
props: {
|
||||
/* id: {
|
||||
type: Number,
|
||||
default: null,
|
||||
}, */
|
||||
card: {
|
||||
type: Object,
|
||||
default: null,
|
||||
@@ -107,9 +103,6 @@ export default {
|
||||
currentBoard: state => state.currentBoard,
|
||||
}),
|
||||
|
||||
/* card() {
|
||||
return this.$store.getters.cardById(this.id)
|
||||
}, */
|
||||
isBoardAndStackChoosen() {
|
||||
if (this.selectedBoard === '' || this.selectedStack === '') {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user