Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update components/form/Textarea.js
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Jaoude <[email protected]>
  • Loading branch information
ChinmayMhatre and eddiejaoude authored Dec 27, 2023
1 parent 70b4140 commit 1c58c34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/form/Textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const Textarea = forwardRef(({ name, value, label, ...restProps },ref) => {
/>
</div>
);
})
Textarea.displayName="Textarea"
});

Textarea.displayName="Textarea";

export default Textarea;

0 comments on commit 1c58c34

Please sign in to comment.