added one more field plannedTask inside Task Report

This commit is contained in:
Pramod Mahajan 2025-04-17 12:06:00 +05:30 committed by Vikas Nale
parent 2a221ecf91
commit 05d36a920b

View File

@ -117,6 +117,17 @@ export const ReportTask = ({ report, closeModal, refetch }) => {
</label>
</div>
</div>
<div class="mb-1 row text-start">
<label for="html5-email-input" class="col-md-4 col-form-label">
Planned :
</label>
<div class="col-md-8 text-start text-wrap">
<label class=" col-form-label">
{report?.plannedTask
}
</label>
</div>
</div>
<form onSubmit={handleSubmit(onSubmit)}>
<div class="mb-1 row text-start">
<label for="html5-email-input" class="col-md-4 col-form-label">