- แก้ไขการแสดงผลหน้ารายการลงเวลาพิเศษ โดยปิดแสดงสถานะ

- coment code
This commit is contained in:
Warunee Tamkoo 2024-01-25 15:23:27 +07:00
parent 373d36199d
commit b24f4461ab
8 changed files with 146 additions and 130 deletions

View file

@ -5,7 +5,7 @@ interface Noti {
type: string
payload: null
isOpen: false
receiveDate: Date | null
receiveDate: Date
openDate: null
createdFullName: string
}