From 1aa329559f9c0d681bbf0c58f8f0b8b5e47241c3 Mon Sep 17 00:00:00 2001 From: Inshal Date: Thu, 13 Jun 2024 20:54:48 +0500 Subject: [PATCH] fix --- resources/js/pages/patients/patients.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/pages/patients/patients.vue b/resources/js/pages/patients/patients.vue index 6e9596b..afb20a8 100644 --- a/resources/js/pages/patients/patients.vue +++ b/resources/js/pages/patients/patients.vue @@ -110,10 +110,10 @@ const formatPhoneNumber = () => { }; // headers const headers = [ - // { - // title: 'ID', - // key: 'id', - // }, + { + title: 'ID', + key: 'id', + }, { title: 'NAME', key: 'name',