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

Commit

Permalink
fix: make addressfield required (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal authored Aug 5, 2021
1 parent c33b6a1 commit 22460af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modals/group-modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const GroupModal = (props: any) => {

< FormGroupTextarea controlId='formAdressData' title={t('translation:address-testcenter')} placeholder={t('translation:address-testcenter-placeholder')}
value={data}
required
onChange={(evt: any) => setData(evt.target.value)}
type='textarea'
maxLength={300}
Expand Down

0 comments on commit 22460af

Please sign in to comment.