From fa51914987a0c5186cfc3e9dd1fbd8b43e8ce97d Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 15 Apr 2024 14:47:30 +0100 Subject: [PATCH] added margin --- src/components/attachmentCom/AttachFile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/attachmentCom/AttachFile.jsx b/src/components/attachmentCom/AttachFile.jsx index c47bafa..f0f613d 100644 --- a/src/components/attachmentCom/AttachFile.jsx +++ b/src/components/attachmentCom/AttachFile.jsx @@ -98,7 +98,7 @@ export default function AttachFile({data='', showOnData=false}) { uploadedList.data.result_list.map((item, index) => { let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1] return( -
+
{index + 1}: { let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1] return( -
+
{index + 1}: