missing assign task api integration during updation, It Added.
This commit is contained in:
parent
6e570ee411
commit
0fad5a0276
@ -168,7 +168,7 @@ const SubTask = ({ activity, onClose }) => {
|
||||
<input
|
||||
type="number"
|
||||
className="form-control form-control-sm"
|
||||
{...register("plannedWork")}
|
||||
{...register("plannedWork", { valueAsNumber: true })}
|
||||
/>
|
||||
{errors.plannedWork && (
|
||||
<div className="danger-text">{errors.plannedWork.message}</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user