diff --git a/resources/assets/js/admin/settings/customCaseList/Tables.vue b/resources/assets/js/admin/settings/customCaseList/Tables.vue index a22fe8d6e..4eb911a2f 100644 --- a/resources/assets/js/admin/settings/customCaseList/Tables.vue +++ b/resources/assets/js/admin/settings/customCaseList/Tables.vue @@ -277,6 +277,13 @@ export default { if (this.showEllipsis) { this.dataEllipsis = { buttons: { + note: { + name: "edit", + icon: "far fa-edit", + fn: function() { + that.editCustomCaseList(data); + } + }, open: { name: "delete", icon: "far fa-trash-alt", @@ -285,13 +292,6 @@ export default { that.showModalDelete(data); } }, - note: { - name: "edit", - icon: "far fa-edit", - fn: function() { - that.editCustomCaseList(data); - } - }, reassign: { name: "download", icon: "fas fa-arrow-circle-down",