This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user