Skip to content

Commit 4b86584

Browse files
removed hand coded licence key
1 parent a1918e5 commit 4b86584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder-comps/src/comps/calendarComp/calendarComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ let CalendarBasicComp = (function () {
378378
setLeft(left);
379379
}}
380380
buttonText={buttonText}
381-
schedulerLicenseKey={"CC-Attribution-NonCommercial-NoDerivatives"}
381+
schedulerLicenseKey={licenceKey}
382382
views={views}
383383
eventClassNames={() => (!showEventTime ? "no-time" : "")}
384384
slotLabelFormat={slotLabelFormat}

0 commit comments

Comments
 (0)