Skip to content

Commit

Permalink
EPMRPP-87061 || Extra symbols are cut in Integrations modals and user…
Browse files Browse the repository at this point in the history
… isn't notified about entered extra symbols (#48)
  • Loading branch information
Vadim73i authored Jan 3, 2024
1 parent 5cae3af commit 108ea75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const IntegrationFormFields = (props) => {
isRequired
>
<FieldErrorHint provideHint={false}>
<FieldText maxLength={55} defaultWidth={false} />
<FieldText defaultWidth={false} />
</FieldErrorHint>
</FieldElement>
<FieldElement name="url" label={LABELS.URL} validate={btsUrl} disabled={disabled} isRequired>
Expand All @@ -42,7 +42,7 @@ export const IntegrationFormFields = (props) => {
isRequired
>
<FieldErrorHint provideHint={false}>
<FieldText maxLength={55} defaultWidth={false} />
<FieldText defaultWidth={false} />
</FieldErrorHint>
</FieldElement>
<FieldElement
Expand Down

0 comments on commit 108ea75

Please sign in to comment.