แก้ไขฟอร์มกรรมการในวินัย

This commit is contained in:
Warunee Tamkoo 2023-11-06 11:38:31 +07:00
parent b6084f2c1b
commit f2bf2f9016
5 changed files with 0 additions and 30 deletions

View file

@ -4,7 +4,6 @@ interface FormData {
lastname: string;
position: string;
phone: string;
responsibilities: string;
email: string;
}
interface FormRef {
@ -13,7 +12,6 @@ interface FormRef {
lastname: object | null;
position: object | null;
phone: object | null;
responsibilities: object | null;
email: object | null;
[key: string]: any;
}