Skip to content

Commit 57b4477

Browse files
author
FalkWolsky
committed
Bugfixes for Calendar Premium Views
1 parent 8c659c3 commit 57b4477

File tree

5 files changed

+173
-163
lines changed

5 files changed

+173
-163
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 8 additions & 8 deletions
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)