removed selected

This commit is contained in:
Pramod Mahajan 2025-05-19 12:15:43 +05:30
parent 65aa8990a3
commit b9a7d4977c

View File

@ -345,7 +345,7 @@ await submitContact({ ...cleaned, id: existingContact.id });
</option>
) : (
<>
<option disabled selected value="">
<option disabled value="">
Select Category
</option>
{contactCategory?.map((cate) => (