fix display data

This commit is contained in:
Warunee Tamkoo 2023-07-13 17:27:30 +07:00
parent 96e1931e10
commit 016eeee205
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ interface TableName {
interface PartialTableName {
personalId: string;
fullName: string;
name: string;
idCard: string;
profilePhoto: string;
organizationName: string;