[#77] added event start day selected by default when repetition is set to weekly
This commit is contained in:
@@ -466,6 +466,7 @@ export default function EventDisplayModal({
|
||||
<>
|
||||
<RepeatEvent
|
||||
repetition={repetition}
|
||||
eventStart={event.start}
|
||||
setRepetition={setRepetition}
|
||||
isOwn={isOwn}
|
||||
/>
|
||||
|
||||
@@ -284,6 +284,7 @@ function EventPopover({
|
||||
<>
|
||||
<RepeatEvent
|
||||
repetition={repetition}
|
||||
eventStart={selectedRange?.start ?? new Date()}
|
||||
setRepetition={setRepetition}
|
||||
/>
|
||||
<FormControl fullWidth margin="dense" size="small">
|
||||
|
||||
Reference in New Issue
Block a user