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

Commit

Permalink
fix(TextBox): add required attr name
Browse files Browse the repository at this point in the history
  • Loading branch information
webrooster committed Mar 10, 2023
1 parent 7fd8398 commit c686def
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const TextBox: React.FC<ITextBoxProps> = ({
</UserWrapper>

<InputForm
name=""
editType="textarea"
label=""
required={false}
Expand Down

0 comments on commit c686def

Please sign in to comment.