File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
client/packages/lowcoder-comps/src/comps/calendarComp Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ let CalendarBasicComp = (function () {
103
103
style,
104
104
firstDay,
105
105
editable,
106
+ licenceKey,
106
107
} = props ;
107
108
108
109
function renderEventContent ( eventInfo : EventContentArg ) {
@@ -309,6 +310,8 @@ let CalendarBasicComp = (function () {
309
310
initialDate = undefined ;
310
311
}
311
312
313
+
314
+
312
315
return (
313
316
< Wrapper
314
317
ref = { ref }
@@ -359,7 +362,7 @@ let CalendarBasicComp = (function () {
359
362
setLeft ( left ) ;
360
363
} }
361
364
buttonText = { buttonText }
362
- schedulerLicenseKey = { props . licenceKey . value }
365
+ schedulerLicenseKey = { licenceKey }
363
366
views = { views }
364
367
eventClassNames = { ( ) => ( ! showEventTime ? "no-time" : "" ) }
365
368
slotLabelFormat = { slotLabelFormat }
You can’t perform that action at this time.
0 commit comments