This commit is contained in:
2020-10-23 17:13:52 +00:00
parent a50b60d777
commit 2ec2dbc362

View File

@@ -50,7 +50,7 @@ export default {
}),
methods: {
available() {
return this.selectedItems.length > 0;
return this.ayaType != 0;
},
goHelp() {
window.open(this.$store.state.helpUrl + "ay-ex-tags", "_blank");