Skip to content

Commit

Permalink
chore: removed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom committed Jul 4, 2024
1 parent c6e7426 commit cdefdbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/TextArea/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ const TextArea = React.forwardRef((props: TextAreaProps, forwardRef) => {
disabled={disabled}
rows={rows}
readOnly={other.readOnly}
aria-readonly={other.readOnly ? true : false}
ref={ref}
/>
);
Expand Down

0 comments on commit cdefdbc

Please sign in to comment.