From 7eb2274584deb40fff87172ce5d48e0c6c1db0e7 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Sat, 6 Dec 2025 16:57:14 +0530 Subject: [PATCH] Resolving Error in EditActivitymodal. --- .../Infrastructure/EditActivityModal.jsx | 103 ++++-------------- 1 file changed, 19 insertions(+), 84 deletions(-) diff --git a/src/components/Project/Infrastructure/EditActivityModal.jsx b/src/components/Project/Infrastructure/EditActivityModal.jsx index 697c34d9..8134ae95 100644 --- a/src/components/Project/Infrastructure/EditActivityModal.jsx +++ b/src/components/Project/Infrastructure/EditActivityModal.jsx @@ -263,90 +263,25 @@ const EditActivityModal = ({ )} -
- - - {errors.workCategoryId && ( -

{errors.workCategoryId.message}

- )} -
- -
- - - - {errors.plannedWork && ( -

{errors.plannedWork.message}

- )} -
- -
- - 0} - className="form-control form-control-sm" - /> - {errors.completedWork && ( -

{errors.completedWork.message}

- )} -
- -
- - -
- -
- -