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

Commit

Permalink
fix(ui): make sure connection string visibility toggle is respected
Browse files Browse the repository at this point in the history
fix #2785
  • Loading branch information
bolatovumar committed Aug 22, 2019
1 parent 3a2b87c commit ba4bd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer/components/Form/TextArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ const TextArea = ({
</InputLabel>
)}
<StyledTextArea
{...otherProps}
ref={forwardedRef}
disabled={isDisabled}
fieldState={fieldState}
name={field}
Expand Down Expand Up @@ -93,6 +91,8 @@ const TextArea = ({
required={isRequired}
theme={theme}
value={getValue()}
{...otherProps}
ref={forwardedRef}
/>
{description && (
<Text color="gray" fontSize="s" mt={1}>
Expand Down

0 comments on commit ba4bd3a

Please sign in to comment.