This commit is contained in:
2020-07-07 19:27:34 +00:00
parent 77fc5c3523
commit 7d79d8123b

View File

@@ -49,7 +49,7 @@ export default {
}),
methods: {
available() {
return true;
return this.selectedItems.length > 0;
},
canDoAction() {
let vm = this;