Skip to content

Commit 7256802

Browse files
committed
v4.6.6
1 parent 9919955 commit 7256802

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "4.6.5",
3+
"version": "4.6.6",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/toggle/toggle.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export const Toggle = ({
66
checked,
77
disabled,
88
className,
9-
labelLeft,
9+
children,
10+
labelLeft = children,
1011
labelRight,
1112
Label = Text,
1213
colored = false,

0 commit comments

Comments
 (0)