feat: replace in progress with pending for user task endpoint
This commit is contained in:
parent
f91a4ade1e
commit
077f0da74c
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ export class UserTaskController extends Controller {
|
||||||
...lhs,
|
...lhs,
|
||||||
taskOrderStatus:
|
taskOrderStatus:
|
||||||
lhs.userTask.find((rhs) => rhs.taskOrderId === lhs.id)?.userTaskStatus ??
|
lhs.userTask.find((rhs) => rhs.taskOrderId === lhs.id)?.userTaskStatus ??
|
||||||
lhs.taskOrderStatus,
|
UserTaskStatus.Pending,
|
||||||
userTask: undefined,
|
userTask: undefined,
|
||||||
})),
|
})),
|
||||||
page,
|
page,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue