disable Create card button while no stack is chosen
make the `isBoardAndStackChoosen` method do what it says Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
committed by
backportbot-nextcloud[bot]
parent
1889c0c4f9
commit
e9f8634334
@@ -137,7 +137,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isBoardAndStackChoosen() {
|
isBoardAndStackChoosen() {
|
||||||
return !(this.selectedBoard === '')
|
return !(this.selectedBoard === '' || this.selectedStack === '')
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
beforeMount() {
|
beforeMount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user