removed invalid border for tittle
This commit is contained in:
parent
a747880a77
commit
c3720df294
@ -36,9 +36,7 @@ const PurchasePartyDetails = () => {
|
||||
<input
|
||||
id="title"
|
||||
type="text"
|
||||
className={`form-control form-control-xs ${
|
||||
errors?.title ? "is-invalid" : ""
|
||||
}`}
|
||||
className={`form-control form-control-xs `}
|
||||
{...register("title")}
|
||||
/>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user