fix: change order wrong value in workflow management page (#50)
* fix: responsible person not display correctly after move * fix: typo
This commit is contained in:
parent
0ef389c69b
commit
9655597679
3 changed files with 34 additions and 27 deletions
|
|
@ -43,7 +43,7 @@ export type WorkflowTemplatePayload = {
|
|||
|
||||
export type WorkflowUserInTable = {
|
||||
name: string;
|
||||
resposiblePerson: {
|
||||
responsiblePerson: {
|
||||
id: string;
|
||||
selectedImage?: string;
|
||||
gender: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue