updated ux registry filter
This commit is contained in:
parent
b3fbddfefb
commit
2531a90e57
4 changed files with 52 additions and 13 deletions
|
|
@ -9,6 +9,7 @@ interface FormFilter {
|
|||
rangeYear: { min: number; max: number };
|
||||
isShowRetire: boolean | null;
|
||||
isProbation: boolean | null;
|
||||
isAll?: boolean;
|
||||
}
|
||||
|
||||
interface FormAddPerson {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue