fix problem update address

This commit is contained in:
hamid zarghami
2025-08-06 09:27:37 +03:30
parent a47e10402c
commit f3bc1d8cef
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const Select: FC<Props> = (props: Props) => {
)}>
{
props.placeholder &&
<option value="" disabled selected>{props.placeholder}</option>
<option value="" disabled>{props.placeholder}</option>
}
{
props.items?.map((item) => {