mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-03 15:32:14 +02:00
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
@ -223,6 +223,7 @@ const CalendarFullView = (props: Props): JSX.Element|null => {
|
|||||||
className='CalendarContainer'
|
className='CalendarContainer'
|
||||||
>
|
>
|
||||||
<FullCalendar
|
<FullCalendar
|
||||||
|
key={activeView.id}
|
||||||
dayCellContent={dayCellContent}
|
dayCellContent={dayCellContent}
|
||||||
dayMaxEventRows={5}
|
dayMaxEventRows={5}
|
||||||
initialDate={initialDate}
|
initialDate={initialDate}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user