Skip to content

Commit

Permalink
fix: forward Detail id prop when as prop is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ragafus committed Jul 25, 2024
1 parent f10448a commit bfcd3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/text/src/text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const Detail = (props: TDetailProps) => {

return (
<div
id={props.id}
css={detailStyles(props)}
title={props.title}
aria-labelledby={props['aria-labelledby']}
Expand Down

0 comments on commit bfcd3d9

Please sign in to comment.