ปรับ ui ข้อมูลพื้นฐาน วินัย

This commit is contained in:
Tanyalak 2023-11-07 13:01:28 +07:00
parent 222a9b689b
commit f2df09c28e
5 changed files with 129 additions and 123 deletions

View file

@ -5,7 +5,6 @@ interface FormData {
position: string;
phone: string;
email: string;
role: string;
responsibilities:string
}
interface FormRef {
@ -15,7 +14,6 @@ interface FormRef {
position: object | null;
phone: object | null;
email: object | null;
role: object | null;
[key: string]: any;
}