Modified Manage task popup from project > project list. Change name planned to completed/planned and completed to Today`s planned.
This commit is contained in:
parent
c8ad72a2da
commit
cf740675bb
@ -335,7 +335,7 @@ const EditActivityModal = ({
|
||||
{/* {ISselectedActivity && ( */}
|
||||
<div className="col-5 col-md-5">
|
||||
<label className="form-label" htmlFor="plannedWork">
|
||||
Planned Work
|
||||
Completed/Planned
|
||||
</label>
|
||||
<input
|
||||
{...register("plannedWork", { valueAsNumber: true })}
|
||||
@ -354,7 +354,7 @@ const EditActivityModal = ({
|
||||
{/* {ISselectedActivity && ( */}
|
||||
<div className="col-5 col-md-5">
|
||||
<label className="form-label" htmlFor="completedWork">
|
||||
Completed Work
|
||||
Today`s Planned
|
||||
</label>
|
||||
<input
|
||||
{...register("completedWork", { valueAsNumber: true })}
|
||||
|
Loading…
x
Reference in New Issue
Block a user