Merge pull request #796 from lethemanh/788-mobile-adapt-for-more-options-button

#788 mobile adapt for more options button
This commit is contained in:
lethemanh
2026-04-16 14:35:46 +07:00
committed by GitHub
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