ปรับ calendar

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-14 10:32:35 +07:00
parent 7777b27cda
commit df3ee6e647
2 changed files with 29 additions and 16 deletions

View file

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