Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1918e5 commit 4b86584Copy full SHA for 4b86584
client/packages/lowcoder-comps/src/comps/calendarComp/calendarComp.tsx
@@ -378,7 +378,7 @@ let CalendarBasicComp = (function () {
378
setLeft(left);
379
}}
380
buttonText={buttonText}
381
- schedulerLicenseKey={"CC-Attribution-NonCommercial-NoDerivatives"}
+ schedulerLicenseKey={licenceKey}
382
views={views}
383
eventClassNames={() => (!showEventTime ? "no-time" : "")}
384
slotLabelFormat={slotLabelFormat}
0 commit comments