This commit is contained in:
2021-04-29 19:21:57 +00:00
parent d143e30b96
commit 53c5335b47
5 changed files with 5 additions and 8 deletions

View File

@@ -154,10 +154,7 @@ export default {
if (!this.showEditIcon) {
return null;
}
if (this.value != null) {
return "$ayiEdit";
}
return "$ayiPlus";
return "$ayiEdit";
},
handleEditClick: function() {
let idToOpen = 0;