Merge pull request #4014 from nextcloud/create-no-stack

This commit is contained in:
Julius Härtl
2022-09-02 13:12:21 +02:00
committed by GitHub

View File

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