Skip to content

Commit e21c722

Browse files
fix lowcoder-comps
1 parent 87037da commit e21c722

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-comps",
3-
"version": "2.4.15",
3+
"version": "2.4.16",
44
"type": "module",
55
"license": "MIT",
66
"dependencies": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ let childrenMap: any = {
9696
currentFreeView: dropdownControl(DefaultWithFreeViewOptions, "timeGridWeek"),
9797
currentPremiumView: dropdownControl(DefaultWithPremiumViewOptions, "resourceTimelineDay"),
9898
animationStyle: styleControl(AnimationStyle, 'animationStyle'),
99-
modalStyle: styleControl(EventModalStyle),
10099
};
101100
// this should ensure backwards compatibility with older versions of the SDK
102101
if (DragEventHandlerControl) {

0 commit comments

Comments
 (0)