Merge pull request #4020 from nextcloud/backport/4014/stable23
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