Skip to content

Commit

Permalink
fix(ui): make sure connection string visibility toggle is respected
Browse files Browse the repository at this point in the history
  • Loading branch information
bolatovumar committed Aug 21, 2019
1 parent 7516b3f commit 3fda69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/Form/TextArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const TextArea = ({
</InputLabel>
)}
<SystemTextArea
{...otherProps}
ref={forwardedRef}
disabled={isDisabled}
fieldState={fieldState}
Expand Down Expand Up @@ -96,6 +95,7 @@ const TextArea = ({
required={isRequired}
theme={theme}
value={getValue()}
{...otherProps}
/>
{description && (
<Text color="gray" fontSize="s" mt={1}>
Expand Down

0 comments on commit 3fda69a

Please sign in to comment.