แก้ไขฟอร์มกรรมการในวินัย
This commit is contained in:
parent
b6084f2c1b
commit
f2bf2f9016
5 changed files with 0 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue