updated ux registry filter

This commit is contained in:
Warunee Tamkoo 2024-09-04 12:21:51 +07:00
parent b3fbddfefb
commit 2531a90e57
4 changed files with 52 additions and 13 deletions

View file

@ -9,6 +9,7 @@ interface FormFilter {
rangeYear: { min: number; max: number };
isShowRetire: boolean | null;
isProbation: boolean | null;
isAll?: boolean;
}
interface FormAddPerson {