#788 mobile adapt for more options button

This commit is contained in:
lethemanh
2026-04-16 14:20:34 +07:00
parent f54873c7a6
commit 119baac2d7
3 changed files with 56 additions and 29 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ interface EventFormFieldsProps {
setAlarm: (alarm: string) => void
busy: string
setBusy: (busy: string) => void
eventClass: string
setEventClass: (eventClass: string) => void
eventClass: 'PUBLIC' | 'PRIVATE' | 'CONFIDENTIAL'
setEventClass: (eventClass: 'PUBLIC' | 'PRIVATE' | 'CONFIDENTIAL') => void
timezone: string
setTimezone: (timezone: string) => void
calendarid: string