diff --git a/resources/assets/js/admin/Modals/ModalDeleteCaseList.vue b/resources/assets/js/admin/Modals/ModalDeleteCaseList.vue index e0deaf197..2567a20ad 100644 --- a/resources/assets/js/admin/Modals/ModalDeleteCaseList.vue +++ b/resources/assets/js/admin/Modals/ModalDeleteCaseList.vue @@ -58,7 +58,6 @@ export default { if (response.statusText === "OK" || response.status === 200) { that.$refs["modal-delete-list"].hide(); that.$parent.$refs["table"].getData(); - that.$parent.$refs['ellipsis-' + that.data.id].hideActionButtons(); } }); } diff --git a/resources/assets/js/admin/settings/customCaseList/Tables.vue b/resources/assets/js/admin/settings/customCaseList/Tables.vue index 59d34a59b..a22fe8d6e 100644 --- a/resources/assets/js/admin/settings/customCaseList/Tables.vue +++ b/resources/assets/js/admin/settings/customCaseList/Tables.vue @@ -12,8 +12,8 @@ ref="table" >