fix: clear row = []

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-17 11:04:59 +07:00
parent 3210bbf687
commit 77202be224
3 changed files with 15 additions and 6 deletions

View file

@ -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,
};