no message

This commit is contained in:
setthawutttty 2023-11-07 15:06:48 +07:00
parent 83dc2d90a5
commit 538152d3cd
7 changed files with 991 additions and 360 deletions

View file

@ -21,7 +21,7 @@ interface formListLeaveData {
date: string | null
type: string
status: string
fiscalyear: string
year: string
}
export type { OptionData, FormLeavetMainData, formListLeaveData }