mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-12 09:04: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'
|
||||
>
|
||||
<FullCalendar
|
||||
key={activeView.id}
|
||||
dayCellContent={dayCellContent}
|
||||
dayMaxEventRows={5}
|
||||
initialDate={initialDate}
|
||||
|
Loading…
Reference in New Issue
Block a user