ประกาศผล => fix bug
This commit is contained in:
parent
a68a5d47ac
commit
ad61a32ed9
5 changed files with 33 additions and 22 deletions
|
|
@ -68,7 +68,10 @@ interface FormData {
|
|||
email: string;
|
||||
qualification: string;
|
||||
}
|
||||
interface DataCapacity {}
|
||||
interface DataAchievement {
|
||||
achievement: string;
|
||||
detail: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
|
|
@ -80,5 +83,5 @@ export type {
|
|||
FormData,
|
||||
ItemsTab,
|
||||
OptionCheckbox,
|
||||
DataCapacity,
|
||||
DataAchievement,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue