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