ปรับ calendar
This commit is contained in:
parent
7777b27cda
commit
df3ee6e647
2 changed files with 29 additions and 16 deletions
|
|
@ -99,6 +99,7 @@ interface DataCalendar {
|
|||
leaveTypeId: string;
|
||||
leaveTypeName: string;
|
||||
status: string;
|
||||
keycloakId: string;
|
||||
}
|
||||
|
||||
interface LeaveType {
|
||||
|
|
@ -116,7 +117,7 @@ interface LeaveType {
|
|||
|
||||
interface FilterList {
|
||||
id: string;
|
||||
name: string;
|
||||
name: string | null;
|
||||
color: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue