Skip to content

Commit

Permalink
remove maxLength from FeedBackFormBox cause its default
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dh4x committed Dec 10, 2024
1 parent 0b33234 commit 8782bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/userFeedback/FeedbackFormBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const FeedbackFormBox = ({
placeholder={feedbackTranslations["placeholder-feedback"]}
role="status"
innerRef={textAreaReference}
maxLength={TEXTAREA_CHAR_LIMIT}
/>
<ButtonContainer>
<Button
Expand Down

0 comments on commit 8782bec

Please sign in to comment.