GH-2506 Calendar View (#2835)
* add key to create new component if activeview changes * reset component * removed an extra space Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
This commit is contained in:
parent
3c7fd72dcf
commit
0edf741c7f
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ const CalendarFullView = (props: Props): JSX.Element|null => {
|
|||
className='CalendarContainer'
|
||||
>
|
||||
<FullCalendar
|
||||
key={activeView.id}
|
||||
dayCellContent={dayCellContent}
|
||||
dayMaxEventRows={5}
|
||||
initialDate={initialDate}
|
||||
|
|
Loading…
Reference in a new issue