Skip to content

Commit

Permalink
v4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Sep 30, 2024
1 parent 9919955 commit 7256802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/netdata-ui",
"version": "4.6.5",
"version": "4.6.6",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
3 changes: 2 additions & 1 deletion src/components/toggle/toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export const Toggle = ({
checked,
disabled,
className,
labelLeft,
children,
labelLeft = children,
labelRight,
Label = Text,
colored = false,
Expand Down

0 comments on commit 7256802

Please sign in to comment.