Skip to content

Commit

Permalink
fix #6197: Tabview unique ID for nav content (#6203)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 21, 2024
1 parent 25438e6 commit 59adbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/tabview/TabView.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export const TabView = React.forwardRef((inProps, ref) => {

const navContentProps = mergeProps(
{
id: idState,
id: idState + '_navcontent',
ref: contentRef,
className: cx('navcontent'),
style: props.style,
Expand Down

0 comments on commit 59adbfb

Please sign in to comment.