Updating InputField

This commit is contained in:
okbel
2018-05-03 15:45:19 -03:00
parent 6cfebb408f
commit 10dbce55ba
@@ -44,7 +44,7 @@ const InputField = ({
<div
className={cn(
styles.detailInput,
{ [styles.error]: hasError },
{ [styles.error]: hasError && showError },
{ [styles.disabled]: disabled }
)}
>