Merge pull request #4014 from nextcloud/create-no-stack
This commit is contained in:
@@ -137,7 +137,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
isBoardAndStackChoosen() {
|
||||
return !(this.selectedBoard === '')
|
||||
return !(this.selectedBoard === '' || this.selectedStack === '')
|
||||
},
|
||||
},
|
||||
beforeMount() {
|
||||
|
||||
Reference in New Issue
Block a user