Skip to content

Commit e5dfed0

Browse files
authored
Merge pull request #807 from lowcoder-org/Calendar-Premium-Views
Calendar premium views - Bugfixes
2 parents 3aa1a7e + fae30d8 commit e5dfed0

File tree

6 files changed

+198
-186
lines changed

6 files changed

+198
-186
lines changed

client/packages/lowcoder-comps/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
"lowcoder": {
3333
"description": "",
3434
"comps": {
35+
"calendar": {
36+
"name": "Calendar",
37+
"icon": "./icons/icon-comp-calendar.svg",
38+
"layoutInfo": {
39+
"w": 15,
40+
"h": 60
41+
}
42+
},
3543
"chart": {
3644
"name": "Chart",
3745
"icon": "./icons/icon-chart.svg",
@@ -48,14 +56,6 @@
4856
"h": 40
4957
}
5058
},
51-
"calendar": {
52-
"name": "Calendar",
53-
"icon": "./icons/icon-comp-calendar.svg",
54-
"layoutInfo": {
55-
"w": 15,
56-
"h": 60
57-
}
58-
},
5959
"mermaid": {
6060
"name": "Mermaid",
6161
"icon": "./icons/mermaidchart.svg",

0 commit comments

Comments
 (0)