fix: clear row = []
This commit is contained in:
parent
3210bbf687
commit
77202be224
3 changed files with 15 additions and 6 deletions
|
|
@ -15,6 +15,11 @@ interface ChangeActive {
|
|||
id: number;
|
||||
}
|
||||
|
||||
interface ExamResultOption {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
//ข้อมูลส่วนตัว
|
||||
interface Information {
|
||||
cardid: string | null;
|
||||
|
|
@ -292,4 +297,5 @@ export type {
|
|||
AddressWeb,
|
||||
EnableType,
|
||||
CmsTable,
|
||||
ExamResultOption,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue