removed invalid border for tittle

This commit is contained in:
pramod.mahajan 2025-12-02 17:32:27 +05:30
parent a747880a77
commit c3720df294

View File

@ -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")}
/>