no message

This commit is contained in:
setthawutttty 2024-01-17 11:25:22 +07:00
parent 6bb938637b
commit f67c32209e

View file

@ -6,6 +6,7 @@ interface FormData {
position: string;
phone: string;
email: string;
qualification: string;
}
interface FormDataPost {
personalId: string;