Skip to content

Commit

Permalink
fix: changed maxlength groupname to 45 char (corona-warn-app#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerstin-oppermann-tsi authored Jan 5, 2022
1 parent c6b933f commit b90b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/group-modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const GroupModal = (props: any) => {
updateGroupProp('name', evt.target.value);
props.resetError();
}}
maxLength={50}
maxLength={45}
isInvalid={props.isCreationError}
InvalidText={t('translation:group-conflict-error')}
/>
Expand Down

0 comments on commit b90b07c

Please sign in to comment.