Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Dec 16, 2024
1 parent 514a0a0 commit 5076b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Widgets/CustomTextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default function TextArea({ id, value, placeholder, required, onChange, o
if (ref?.current) {
ref.current.focus();
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return (
Expand Down

0 comments on commit 5076b59

Please sign in to comment.