Skip to content

Commit 0e83a87

Browse files
authored
Fix tab tooltip issue (#756)
1 parent 22ff6b0 commit 0e83a87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/tabs/Tabs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const Tabs = props => {
5252
const active = active_tab === tabId;
5353
return (
5454
<RBNav.Item
55+
id={childProps.id}
5556
key={tabId}
5657
style={
5758
active
@@ -100,6 +101,7 @@ const Tabs = props => {
100101
const {
101102
children,
102103
tab_id,
104+
id,
103105
label,
104106
tab_style,
105107
active_tab_style,

0 commit comments

Comments
 (0)