Skip to content

Commit f265fc9

Browse files
committed
v5.4.1
1 parent 18697f1 commit f265fc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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": "5.4.0",
3+
"version": "5.4.1",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/organisms/navigation/tab/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const Tab = ({
2626
collapsed,
2727
rootProps,
2828
ref,
29+
tooltip,
30+
tooltipProps,
2931
...rest
3032
}) => {
3133
const [hover, setHover] = useState()
@@ -87,6 +89,8 @@ const Tab = ({
8789
data-index={index}
8890
data-id={id}
8991
style={style}
92+
tooltip={tooltip}
93+
tooltipProps={tooltipProps}
9094
{...attributes}
9195
{...rootProps}
9296
>

0 commit comments

Comments
 (0)