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}

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