mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Updating InputField
This commit is contained in:
@@ -44,7 +44,7 @@ const InputField = ({
|
||||
<div
|
||||
className={cn(
|
||||
styles.detailInput,
|
||||
{ [styles.error]: hasError },
|
||||
{ [styles.error]: hasError && showError },
|
||||
{ [styles.disabled]: disabled }
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user