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:
Methapon Metanipat 2024-11-01 17:20:11 +07:00 committed by GitHub
parent 0ef389c69b
commit 9655597679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 27 deletions

View file

@ -43,7 +43,7 @@ export type WorkflowTemplatePayload = {
export type WorkflowUserInTable = {
name: string;
resposiblePerson: {
responsiblePerson: {
id: string;
selectedImage?: string;
gender: string;