Skip to content

Commit

Permalink
Merge branch 'master' into EAR-2305-data-version-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
farres1 authored Mar 13, 2024
2 parents 7617aa3 + 479092f commit fef676b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const TextFieldProperties = ({
value={maxLength}
onBlur={() => onUpdateMaxLength(maxLength)}
onChange={({ value }) => setMaxLength(value)}
invalid={errors.length > 0}
data-test="limitCharacterInput"
/>
</InlineField>
Expand Down

0 comments on commit fef676b

Please sign in to comment.