From f41ca68baf8e8adb5cacfbeb5d6dd8e614fc8de5 Mon Sep 17 00:00:00 2001 From: Roly Gutierrez Date: Fri, 8 Apr 2022 12:18:51 -0400 Subject: [PATCH] PMCORE-3776 Delete icon safe location --- .../js/admin/settings/customCaseList/Tables.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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",