Merge pull request #4020 from nextcloud/backport/4014/stable23

This commit is contained in:
Marcel Klehr
2022-10-07 12:07:49 +02:00
committed by GitHub

View File

@@ -137,7 +137,7 @@ export default {
},
computed: {
isBoardAndStackChoosen() {
return !(this.selectedBoard === '')
return !(this.selectedBoard === '' || this.selectedStack === '')
},
},
beforeMount() {